I have a text notification set up that repeats every minute as long as the workshop door remains open (and has been open for 1 minute)-
"Workshop door is still OPEN at %time%"
The time that is in the received notification is the time of the original door-open event. I want the time that the notification is sent.
What I get using %time% is-
Workshop door is open at 12:31 PM
Workshop door is still open at 12:31 PM
Workshop door is still open at 12:31 PM.
.
.
.
Instead, I want to see on my phone-
Workshop door is open at 12:31 PM
Workshop door is still open at 12:32 PM
Workshop door is still open at 12:33 PM.
.
.
.
How do I insert the notification time into the notification? Is there a variable for this data?
thanks,
Erik