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.

Repeat?

Featured Replies

Posted

Is it possible to do this?

 

If

status 'lamp' is on

 

Then

 

Repeat 5 times

lamp beep

wait 2 seconds

 

set 'light' on

 

else

 

What I'm trying to ask is it possible to have an action after the repeat command that doen't repeat? So in this case it would beep 5 times then turn on a light.

Try something like this:

 

If
       Control 'Light' is switched On

Then
       Repeat 5 times
          Set 'Different Light' 1 (Beep Duration)
       Repeat 1 times
          Set 'Light' Off

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

 

 

I find the beep duration of 1 will occasionally give a double-beep the first time, so don't set two different programs to indicate different things with just 1 difference in beep count!

 

The second Repeat ends the loop. If there's no second Repeat, all instructions through the end of the program repeat.

When you are in the Administrative Console, you can always click on Help... UDI Wiki, then search for a keyword like Repeat. There's tons of great reference info there.

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.