Jump to content

Elk Disarm Event


iolaus

Recommended Posts

Is there a way to capture a Disarm event from the Elk in an ISY program?

 

Thanks.

 

Michel, I do have the Elk module. Could you provide a small example program that captures a disarm?

 

Thanks.

 

 

Not Michel but the following captures both an arm and disarm of 'Away Mode'. Additional

conditions can be "or'ed" in for other states.

 

Hope this helps.

 

If
       Elk Area 'Main House' 'Armed State' is Armed Away

Then
       Wait  2 seconds
       $sMainHouseArmedAway  = $TRUE

Else
       Wait  2 seconds
       $sMainHouseArmedAway  = $FALSE

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.


×
×
  • Create New...