I need to set up a notification in Pushcut that triggers after Ieave an a specific area that I have been for more than 1,5 hours
But I can’t quite figure out how to set that up. Can anyone help?
I need to set up a notification in Pushcut that triggers after Ieave an a specific area that I have been for more than 1,5 hours
But I can’t quite figure out how to set that up. Can anyone help?
I do not see a way to get this done with the built-in local triggers of Pushcut…
for now, you would need to trigger some server action on arriving and leaving and do the “how long was I there” check in your own logic.
I can think of a nice solution with Automation Server shortcuts and Data Jar (on arrive -> store timestamp in Dara Jar; on leave -> calculate duration -> if longer than 1,5 h -> send Pushcut notification)