Currently running this program:
Fallback OFF
If Temp > 79.9 Then ON
If Temp < 79.1 Then OFF
Current temp is 79.9, and the fan is on.
I want it to turn on when temp gets to 80 and off at 79.
How should I alter my program?
Fallback OFF
If Temp > 79.9 Then ON
If Temp < 79.1 Then OFF
Current temp is 79.9, and the fan is on.
I want it to turn on when temp gets to 80 and off at 79.
How should I alter my program?





