Comfort Automation/ Security System Forums

Full Version: Timer question
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

Guest

I am using Comfort to control my curtains, which means I need to bypass the PIRs which \'see\' them. The code I have used has a timer wait line in it, am I right in thinking that the wait only applies to the lines 5 & 6, and not to lines 7 & 8?
1 Bypass Dining_Room
2 Bypass Lounge
3 Do CurtainsLoungeON
4 Do CurtainsDiningON
5 Do CurtainsDiningOF After 15 Seconds Using Curtains1
6 Do CurtainsLoungOFF After 15 Seconds Using Curtains2
7 Unbypass Dining_Room
8 Unbypass Lounge
In a word YES
The action \"Do Response After Timer expires\" starts a timer with  the target response in its memory, and comes back to do the next line

The Response will not wait for the timer to complete

Guest

Many thanks.