Tasks
Posted: Mon Mar 22, 2004 11:08 pm
I have a task that I'm trying to create that put the thermostat in setback mode after 10:45 PM and takes it out of setback mode at 6:30 AM. When I created the following task it just keeps turning setback on and off every minute, what am I doing wrong.
I'm sure it is something stupid I'm doing but not sure what.
Thanks,
Eric
Code: Select all
If ('System Time.Time Without Seconds' is Greater Than '10:45:00 pm') Then
Change 'Stat.Setback' to 'On'
Else If ('System Time.Time Without Seconds' is Greater Than '6:30:00 am') Then
Change 'Stat.Setback' to 'Off'
I'm sure it is something stupid I'm doing but not sure what.
Thanks,
Eric