Jump to content

How can a notification repeat?


RichTJ99

Recommended Posts

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

Link to comment

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.

Link to comment

Archived

This topic is now archived and is closed to further replies.


×
×
  • Create New...