Jump to content

On timer?


mitch236

Recommended Posts

Here is one I use for a closet light.

 

I use the "Status" option so the light will go off after 10 minutes no matter how it was turned on. If you want it to only timeout when the physical switch is pressed you should use "Control" rather than "Status".

 

Also, I use "is not Off" rather than "On" in the event the light is turned on at a dimmed level (i.e. 40%).

 

If
       Status  'Closet' is not Off

Then
       Wait  10 minutes 
       Set 'Closet' Off

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