New ISY-99i user here, and I have a very basic question about programming.
For one of the lights I have, I setup two programs. One will turn the light on one hour before sunset, and another will turn it off one hour after sunrise. In going back through the User Guide, I found this sample program:
If
From Sunset + 20 minutes
To 10:00:00PM (same day)
Then
Set Scene 'FrontDoor' On
Else
Set Scene 'FrontDoor' Off
While this is a lot neater than having two separate programs, doesn't this method constantly send On or Off signals to that switch? Or does this program only run twice per day, once at Sunset + 20 minutes, and again at 10:00pm?
Thanks