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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...