andyf0 Posted May 27, 2014 Posted May 27, 2014 Curious about this, if you have a program if status is on then wait 10 minutes set off else I understand that normally if the state of changes the "wait" is interrupted and the "if" is re-evaluated. But does this happen if you are running (if) the program manually and it is disabled?
LeeG Posted May 27, 2014 Posted May 27, 2014 A Disabled Program is not affected by state change. Watch Programs | Summary page. Run the Program manually and follow the Activity column as state changes in Disabled Program. The Else clause does not run when state changed.
andyf0 Posted May 27, 2014 Author Posted May 27, 2014 Thanks Lee. It occurred to me that may be the case but I wanted to check. Of course my real program was with a 1 second delay so it was hard to determine visually.
Recommended Posts