Jump to content

Programming Lights to come on at specific time


Recommended Posts

Posted

Hi,

I cannot figure out how set the program so the some lights turn on and off with sunset and sunrise. I dont see any option for that in programming. Am I missing something? Please help

 

Thanks.

Posted

One could do this with separate programs or a single program.  Conceptually, it would be, simply:

if

from sunset to sunrise (next day)

then

turn on lights

else

turn off lights

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...