byronsands
Member
I see this example for heaters:
[ Heater_x_x ] ( x_x )
Fallback OFF
If Temp < 77.0 Then ON
If Temp > 78.0 Then OFF
My question:
Why doesn't the outlet go to the OFF state at 77.1? Why does the outlet say ON until 78.0?
If a "Set OFF" where added after the "Fallback...", would it then go the OFF state at 77.1?
Just trying to make sure I understand the triggers of the command.
[ Heater_x_x ] ( x_x )
Fallback OFF
If Temp < 77.0 Then ON
If Temp > 78.0 Then OFF
My question:
Why doesn't the outlet go to the OFF state at 77.1? Why does the outlet say ON until 78.0?
If a "Set OFF" where added after the "Fallback...", would it then go the OFF state at 77.1?
Just trying to make sure I understand the triggers of the command.