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.

what can interrupt a WAIT command

Featured Replies

Posted

I have a question. If the following program was running because, say, the thermostat had a temperature of 80 degrees:

 

If
         Status  'Thermostat' > 78° (Temperature)

Then
       Wait  5 minutes
       Set 'Thermostat' 75° (Cool Setpoint)

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

 

And 2 minutes into the WAIT command the temperature went up to 81 degrees, would the program restart itself and the 5 minute wait period? Or would it continue to run through the original 5 minute WAIT?

 

Thanks!

The program would restart itself (and the 5 minute wait) because the Temperature status of 'Thermostat' would have changed.

 

If you don't want it to stop, then you could do the following:

 

If 
       Status  'Thermostat' > 78° (Temperature) 
   And Program 'Change Setpoint' is False

Then 
       Run Program 'Change Setpoint' (Then Path) 

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

'Change Setpoint'

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

Then
       Wait  5 minutes 
       Set 'Thermostat' 75° (Cool Setpoint)
       Run Program 'Change Setpoint' (Else path)

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

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.