So I setup a program so that when I come home late at night it should turn on my garage lights outside for 5 mins and then shut them off. But the lights stay on because the if statement is true the whole time. How would I get it to run that one time when i enter the geofence.
If
$Geofence-Home is 1
And Status 'Outside / Outside - Garage Light' is Off
And From 11:00:00PM
To Sunrise (next day)
Then
Set 'Outside / Outside - Garage Light' On
Wait 5 minutes
Set 'Outside / Outside - Garage Light' Off
Else
- No Actions - (To add one, press 'Action')