View single post by slychiu
 Posted: Wednesday Dec 6th, 2017 12:02 pm
 PM  Quote  Reply  Full Topic 
slychiu



Joined: Saturday Apr 29th, 2006
Location: Singapore
Posts: 5493
Status: 
Offline

  back to top

Example
In the Sunset Response

if Month = 12 
 Then Do LightsOn
Endif

This will happen for the whole month of december

If you need to start in the middle of a month

If Month=12 and Days >=15 OR Month =1 and Days <15
Then do LightsOn
Endif

 

 Close Window