Hello!
Trying to make a simple program that sends me an email immediately when a door is opened - easy enough... but the part that is stumping me is that I only want it to send me the email once every 5 minutes, or in other words only if it hasn't already done one in within the last 5 minutes. The reason being that it's not a commonly used door, but occasionally I may go in and out of the door 5 times within a few minutes and I don't want 5 emails. I assumed using the WAIT command after the THEN actions would do this, but I still got an email for every time the door was opened within a short period of time.
Also, important note that I don't want the program to only run every 5 minutes, as I do want the email immediately when the door opens, just not excessive amounts of times within a few minutes.
Attached is a screen shot of what I have (unworking) as of now.
Thanks in advance!