#Passing data with actionable notification

1 messages · Page 1 of 1 (latest)

opal hamlet
#

Hello,

I'm trying to create an automation, which is triggered by one of the specified counters getting to 0. Then, I want to send an actionable notification to all devices, that allows me to reset that specific counter. So within the same automation, I should be able to listen to a trigger for that specific counter, which would then allow me to reset it.

Has anyone done anything similar or is it even possible to pass data like that?

marble wasp
#

You can set both a tag and and action in your notification to any string you want, and those will be present in the notification response.

opal hamlet
#

Ahhh, I didn't think of that, thank you!