Page 1 of 1
instantaneous continuous alarm ?
Posted: 10 Jun 2014 12:30
by svenster
Hi. I have certain SMS messages for which I want an instantaneous continuous alarm ( when the trigger happens). I see the "Sound" and "Set Alarm" actions, but I cannot make the former continuous and the latter at the current time. Any other ideas ?
Sven
Re: instantaneous continuous alarm ?
Posted: 10 Jun 2014 12:39
by svenster
I should add that setting Sound Type to Alarm doesn't make the sound continuous despite what settings I try. The Alarm Sound chosen during the configuration of the action plays continuously, but when the flow executes the sound plays once.
Sven
Re: instantaneous continuous alarm ?
Posted: 10 Jun 2014 17:33
by Martin
Hi Sven,
You could create an edless loop to repeatedly execute action Sound, something like this:
-trigger ...
-action Sound (check Wait for sound to finish)
-action Sleep: 1s
Drag the (+)-icon of the sleep-action back to the sound-action which creates an endless loop. You can also select the connections and adjust the start/end-points of the connection to make the loop look nicer.
Regards,
Martin
Re: instantaneous continuous alarm ?
Posted: 10 Jun 2014 23:28
by svenster
Hi Martin. That works well, thank you.
Sven