Haiku Notification or Email when Zone is Not Ready for Duration

Ah found the error. Its my mistake.

The content of the onZoneSecure function should be:
Code:
if(zone.name == "Kitch/Pool Door") {
    clearTimeout(garageDoorCheckTimer);
}
 
Back
Top