Ignore wearable on trigger "Notification on Statusbar Displayed"

Post your feature requets for new triggers, conditions, actions and other improvements.

Moderator: Martin

Locked
natong
Posts: 80
Joined: 29 Aug 2015 05:24

Ignore wearable on trigger "Notification on Statusbar Displayed"

Post by natong » 24 Jun 2020 15:10

I am on Android 6. When new SMS arrived, it trigger 2 times.
I think they are normal and wearable.

Could you please add option for "Ignore wearable" ?

Code: Select all

notification_text=TrueYou

 SIM1 Content 1643...,
notification_large_icon=null,
wearable_actions=[Reply to TrueYou, Mark as read],
notification_text_big=,
app_name=chomp SMS,
content_title=zz TrueYou,
package_name=com.p1.chompsms,
flow_name=TrueID,
title=,

-------------------------------------------------------------

notification_text=TrueYou

 SIM1 Content 1643...,
notification_large_icon=android.graphics.Bitmap@e7e4802,
wearable_actions=[],
notification_text_big=TrueYou

 SIM1 Content 1643...,
app_name=chomp SMS,
content_title=zz TrueYou,
package_name=com.p1.chompsms,
flow_name=TrueID,
title=,
notification_summary_text=1 unread message.,

Micky Micky
Posts: 179
Joined: 16 Oct 2019 17:38

Re: Ignore wearable on trigger "Notification on Statusbar Displayed"

Post by Micky Micky » 03 Jul 2020 21:39

Hello

I have flows that use SMS RECEIVED action. Neither trigger twice. However, they have a different FLOW EXECUTION POLICY. I was going to suggest setting this to SKIP EXECUTION WHEN AN INSTANCE IS ALREADY EXECUTING to solve your issue. Worth trying but it may not work. I'm Android 10 so I can't comment on Android 6. I have a smartwatch and never had a problem with it and the SMS RECEIVED flows.

Hope this is of some help.

Micky
Crude but it works.

Locked