Jump to content
View in the app

A better way to browse. Learn more.

Universal Devices Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Did I write this correct?

Featured Replies

Posted

I want to make sure that if someone turns any one of the four exterior lights off between sunset and 10pm they turn back on.

 

Was it correct to put the And statement after the time?

 

If

From Sunset

To 10:00:00PM (same day)

And Status 'Outside-Front Door Lights' is Off

Or Status 'Outside-West Side Landscape L' is Off

Or Status 'Outside-East Side Landscape L' is Off

Or Status 'Outside-Balcony Lights' is Off

 

Then

Set 'Outside-Front Door Lights' On

Set 'Outside-Balcony Lights' On

Set 'Outside-West Side Landscape L' On

Set 'Outside-East Side Landscape L' On

 

Else

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

 

Thanks very much.

You may have to add some parentheses:

 

If
From Sunset
To 10:00:00PM (same day)
And 
(
Status 'Outside-Front Door Lights' is Off
Or Status 'Outside-West Side Landscape L' is Off
Or Status 'Outside-East Side Landscape L' is Off
Or Status 'Outside-Balcony Lights' is Off
)

Then
Set 'Outside-Front Door Lights' On
Set 'Outside-Balcony Lights' On
Set 'Outside-West Side Landscape L' On
Set 'Outside-East Side Landscape L' On

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

 

You may also find some reliability benefits in creating a scene with all four lights as responders and turning the scene on rather than turning four lights on individually.

Guest
This topic is now closed to further replies.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.