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.

How can a notification repeat?

Featured Replies

Posted

Hi,

 

I have a program:

 

If
       Status  'Office: Front Door - Opened' is On

Then
       Send Notification to 'Default' content 'Office Front Door'

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

 

I would like to add something so that if the door is left open for 10 minutes it will send a repeat notification until the door is closed..

 

I also want to add that if the door is left open for 30 minutes, I get a text (different than my default email) every 30 minutes until the door is closed.

 

Thanks,

Rich

Add a Repeat before the Notification statement and a Wait 10 minutes after the Notification statement. Repeat for as long as you want the emails to be repeated every 10 minutes.

 

To get a different text bump a State variable by 1 each time the Wait completes. Trigger another Program when Variable reaches 3 (30 minutes) and have it send an email with a different text. It can have a similar Repeat and Wait 30 minutes. Have the first Program reset the State Variable to 0 when the Status changes to Off.

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.