Is it possible to "dismiss" an alarm for Google Clock app?

Post your questions and help other users.

Moderator: Martin

Post Reply
teiji
Posts: 14
Joined: 25 Nov 2018 19:37

Is it possible to "dismiss" an alarm for Google Clock app?

Post by teiji » 04 Dec 2018 21:45

I use this Google Clock app to set my alarms (https://play.google.com/store/apps/deta ... k&hl=en_US). When an alarm is about to go off, it displays the alarm on the statusbar.

What I'm trying to do is create a flow with....

trigger: "Notifications on statusbar displayed" (another notification, not this alarm notification)
action: remove the alarm notification AND dismiss the alarm (the dismiss is important, because if the alarm notification is cleared but doesn't dismiss, the alarm will still go off, which I don't want).

So is it possible to "dismiss" this alarm with Automagic?
Attachments
clock dismiss.jpg
clock dismiss.jpg (176.68 KiB) Viewed 7767 times

anuraag
Posts: 371
Joined: 24 Jan 2015 02:06

Re: Is it possible to "dismiss" an alarm for Google Clock ap

Post by anuraag » 04 Dec 2018 22:20

Use trigger => Notification on Statusbar Displayed: com.google.android.deskclock Content Title contains text Upcoming Alarm

Action=> Perform Action on Notification on Statusbar: Click button Dismiss

teiji
Posts: 14
Joined: 25 Nov 2018 19:37

Re: Is it possible to "dismiss" an alarm for Google Clock ap

Post by teiji » 05 Dec 2018 03:00

Thank you anuraag. That totally works. You help me so much. :)

Post Reply