Steigs Posted September 3, 2013 Posted September 3, 2013 Is this analogous to "if status" or to "if control"? I'd like to fire events specifically at the moment the system is disarmed and not just based on current status.
apostolakisl Posted September 3, 2013 Posted September 3, 2013 It is like status in that it will trigger when the condition changes. It will also check the condition if something else triggers the program. For example, the following program runs true when the system becomes armed away. Anytime I take another action, like disarm, or arm to any other state it triggers and runs false. If Elk Area 'Main House' 'Armed State' is Armed Away Then Set Scene 'My Lighting' Off Else - No Actions - (To add one, press 'Action') If I had another condition in there, it would trigger according to that condition and check the current status of the alarm.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.