Jump to content

Shorter WAIT time?


RickL66

Recommended Posts

Posted

The answer is probably no, but is it possible to have half a second wait time? I'm trying to program flashing notification lights, and I think the 1 second delay is a little long for what I'm trying to do.

 

Thanks,

Rick

Posted

Hello Rick,

 

I have a program to flash lights. I did not use any Wait commands. About the quickest it works is 1/2 second between commands.

 

If
  - No Conditions - (To add one, press 'Schedule' or 'Condition')

Then
       Repeat Every  1 second
          Set Scene '~New Year Lights' Fast On
          Set Scene '~New Year Lights' Fast Off
          Set Scene '~New Year Lights' Fast On
          Set Scene '~New Year Lights' Fast Off

Else
  - No Actions - (To add one, press 'Action')


 

Rand

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...