retiredjeff The logic of an if/then/else is
IF (Condition)
THEN (condition is true)
Do things because the condition is true
ELSE (condition is false)
Do things because the conditon is false
ENDIF
In HomeSeer, the condition is actually an EVENT/TRIGGER.
This makes it rather difficult to get an ELSE (event didn't fire/trigger didn't happen)
IF (Condition)
THEN (condition is true)
Do things because the condition is true
ELSE (condition is false)
Do things because the conditon is false
ENDIF
In HomeSeer, the condition is actually an EVENT/TRIGGER.
This makes it rather difficult to get an ELSE (event didn't fire/trigger didn't happen)
Comment