Hello,
I use NotifyMyAndroid Action to get messages on my android phone.
For example is a window open more than 15, 30, 60,… Minutes in winter.
So if the window is open for an hour I got 3 messages per window.
Is it possible to overwrite a message, so that I only have one message per window?
And if the window is closed, delete the message(s) for that window?
Currently I used following code to send a message to my android device:
msg="Fenster {} {} bereits {}min offen".format(lutRolJalMitFenster[rollladen][lutRolJalMitFensterZuordnung], lutRolJalMitFenster[rollladen][lutRolJalMitFensterKurzname], offsetMin)
NotificationAction.sendNotification("myemail@gmx.de",msg)