trevorst Posted April 14, 2014 Posted April 14, 2014 I have a back door in my garage and we are always leaving it open in the summer. Also in our one burglary that was the way they got in, I have put a open/close sensor on the door. I have a program with the following code that switches a light on if the door is opened, would this program also run at Sunset to let us know if we have left the door open when going to bed. Or would I need a separate program to execute at Sunset. If From Sunset To Sunrise (next day) And Status 'Motion and DoorSensors / Back Door-Opened' is On Then Set 'Bedroom / Devices / Bedroom small Lamp' On Else - No Actions - (To add one, press 'Action')
LeeG Posted April 14, 2014 Posted April 14, 2014 The Program will be triggered at Sunset. If the Status of the switch is On the If is True running the Then clause.
Recommended Posts