Can RM pause notification?

I use notification app to get notified when she door opens. Sometimes, when I wake up early and need to open the doors I be pause the specific notification so that family does not get woken up. I want to create a rule Wich I can trigger to pause the notification for say, 3 hours.

I know that notification can be disabled by a switch.. but I will avoid making another switch if possible. Can rule directly pause a notification?

I would think you could use Rules and sometime like this below:

if {time} between X and Y then 
   Wait till {a better time}
end if
Notify Statement

otherwise mode is your friend

Or get a button controller and use one of the buttons to pause the rule

Notifier can also be disabled by mode.

1 Like

To directly answer this question, no. You'll need to use one of the Restrictions built-in to the Notifications appn(some of which you can affect with a rule), or you could do the notification itself in Rule Machine and use any of the possibilities there. All suggested above already....just thought I'd make this part super-clear in case it already wasn't. :slight_smile:

3 Likes