eseelke Posted July 14, 2011 Posted July 14, 2011 Hello, I was wondering if it was possible to add a program to a scene. I want to setup a program to turn on back lights with motion detector. Sometimes we don't want the lights going off other on. So, I thought it would be nice if I could assign a switch button to toggle the enable button for this program. Is this possible? If not, how can we request this feature? Thanks, Eddie Sent from my PC36100 using Tapatalk
LeeG Posted July 14, 2011 Posted July 14, 2011 eseelke This Program Enables a Program when an On command is received from the RemoteLinc button. It Disables a Program when an Off command is received. Substitute whatever controller button is desired. Also the Enable/Disable conditions can be reversed simply by swapping the commands in the If or the Action statements in the Then/Else. Program AAAA would contain the Motion Sensor/light control logic. If Control 'REMOTELINC-2 / REMOTELINC-2 - 3' is switched On And Control 'REMOTELINC-2 / REMOTELINC-2 - 3' is not switched Off Then Enable Program 'AAAA' Else Disable Program 'AAAA' Lee
Recommended Posts