acclimator

this the plumbing version of a heater/freezer.
Vars | |
acclimate_state | COOLING, HEATING or NEUTRAL. We track this for change, so we dont needlessly update our icon |
---|---|
allowed_temperature_difference | I cant find a good name for this. Basically if target is 300, and this is 10, it will still target 300 but will start emptying itself at 290 and 310. |
emptying | When conditions are met we send out the stored reagents |
enabled | Are we turned on or off? this is from the on and off button |
target_temperature | towards wich temperature do we build? |
Var Details
acclimate_state

COOLING, HEATING or NEUTRAL. We track this for change, so we dont needlessly update our icon
allowed_temperature_difference

I cant find a good name for this. Basically if target is 300, and this is 10, it will still target 300 but will start emptying itself at 290 and 310.
emptying

When conditions are met we send out the stored reagents
enabled

Are we turned on or off? this is from the on and off button
target_temperature

towards wich temperature do we build?