November 10, 200718 yr What will this realy do: will it repeat this sequence 4 times? 4 times 5min = 20 min thanks.. If From Sunrise + 20 minutes For 20 minutes Then Repeat Every 5 minutes Set 'Front Door Light' Off Set 'Back Ext Trim Lights' Off Else - No Actions - (To add one, press 'Action') This will turn OFF all outside security lights
November 10, 200718 yr Yes, it will repeat the sequence 4 times, but it is based on time only, Specifically: - the 'Then' is run at Sunrise + 20 minutes - 20 minutes later, then 'Then' is stopped abruptly, and the 'Else' is run If you want to guarantee it runs and completes 4 times every 5 minutes, you can do this: If Time is Sunset + 20 minutes Then Repeat 4 times Set 'Front Door Light' Off Set 'Back Ext Trim Lights' Off Wait 5 minutes Else - No Actions - (To add one, press 'Action')
Create an account or sign in to comment