If there's a way to do this, I can't figure it out. Anyone?
IF thermostat1_temp < thermostat2_temp THEN .....
or
IF thermostat1_temp - thermostat2_temp > 10 THEN ....
etc....
Joe
IF thermostat1_temp < thermostat2_temp THEN .....
or
IF thermostat1_temp - thermostat2_temp > 10 THEN ....
etc....
Joe
Comment