As the title mentions, is there any way to keep a notification sound going until that notification is dismissed? Right now a single click anywhere on the phone will turn off the alarm sound.
Right now my Service Node is defined like this:
As the title mentions, is there any way to keep a notification sound going until that notification is dismissed? Right now a single click anywhere on the phone will turn off the alarm sound.
Right now my Service Node is defined like this:
Important notifications, I loop a tts message over and over with a trigger node. You can set msg.reset
to true
and it will stop the loop.
That’s a nice idea however I would need to go into the app to actually stop the alarm, which, now that I’m writing is not a bad idea at all. Thanks!