![]() |
|
Night mode - Printable Version +- Comfort Automation/ Security System Forums (https://www.comfortforums.com) +-- Forum: Support (https://www.comfortforums.com/forum-2.html) +--- Forum: Questions on Programming Comfort (https://www.comfortforums.com/forum-83.html) +--- Thread: Night mode (/thread-2534.html) |
- strickers - 10-24-2011 Hi, Just a quick one, How do I get comfort to only use the living room as an entry path when its set in night mode. When comfort is set to away mode I want an instant intruder alarm in the living room. Thanks, Chris. - schford - 10-24-2011 Dont select the living room as an entry zone. Instead call a Response EntryDelayNight when the PIR goes on to give you time to go through the zone. Response EntryDelayNight would be If SecurityMode = NightMode Then Start EntryDelay End If - schford - 10-24-2011 Obviously if you already call a Response from the PIR On just slot that code in the existing response. |