Mekanism Thermal Evaporation Plant Input Source 
lua
telem.input.mekanism.evaporationPlant (
  peripheralID: string,
  categories?: string[] | '*'
)Mod Dependencies
Requires Mekanism.
See the Usage section for a complete list of the metrics in each category.
| Name | Type | Default | 
|---|---|---|
| peripheralID | string | nil | 
| Peripheral ID of the Thermal Evaporation Plant | ||
| categories | string[] | "*" | { "basic" } | 
| List of metric categories to query. The value  lua  | ||
Usage 
lua
local telem = require 'telem'
local backplane = telem.backplane()
  :addInput('my_evaporationPlant', telem.input.mekanism.evaporationPlant('right', '*'))
  :cycleEvery(5)()Given a Thermal Evaporation Plant peripheral on the right side of the computer, this appends the following metrics to the backplane (grouped by category here for clarity):
Basic 
| Name | Value | Unit | 
|---|---|---|
| mekevap:input_filled_percentage | 0.0 - 1.0 | |
| mekevap:output_filled_percentage | 0.0 - 1.0 | |
| mekevap:input_input_item_count | 0 - inf | item | 
| mekevap:input_output_item_count | 0 - inf | item | 
| mekevap:output_input_item_count | 0 - inf | item | 
| mekevap:output_output_item_count | 0 - inf | item | 
| mekevap:production_amount | 0.0 - inf | B/t | 
| mekevap:temperature | 0.0 - inf | K | 
Advanced 
| Name | Value | Unit | 
|---|---|---|
| mekevap:environmental_loss | 0.0 - 1.0 | 
Input 
| Name | Value | Unit | 
|---|---|---|
| mekevap:input | 0.0 - inf | B | 
| mekevap:input_capacity | 0.0 - inf | B | 
| mekevap:input_needed | 0.0 - inf | B | 
Output 
| Name | Value | Unit | 
|---|---|---|
| mekevap:output | 0.0 - inf | B | 
| mekevap:output_capacity | 0.0 - inf | B | 
| mekevap:output_needed | 0.0 - inf | B | 
Formation 
| Name | Value | Unit | 
|---|---|---|
| mekevap:formed | 0 or 1 | |
| mekevap:height | 0 - inf | m | 
| mekevap:length | 0 - inf | m | 
| mekevap:width | 0 - inf | m | 
| mekevap:active_solars | 0 - inf |