Jump to content

HELP! How do I get ISY to email if a senser is open for >15 min.


DeanO

Recommended Posts

try something like:

 

if

status sensor is open

then

wait 15 mintes

send email

else

nothing

This.

 

It works because if the sensor closes the 'wait' is aborted, and you won't get an email.

Link to comment

more generically, the wait is aborted any time that a program triggers during a wait period and evaluates false (when wait is in THEN path).  If a program is triggered and evaluates true, the wait is halted and the entire THEN statement starts anew.

Link to comment

Archived

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


×
×
  • Create New...