Jump to content

repeat


lafleur

Recommended Posts

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

Link to comment

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')

Link to comment

Archived

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


×
×
  • Create New...