Jump to content

Program Scene


eseelke

Recommended Posts

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

Link to comment

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

Link to comment

Archived

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


×
×
  • Create New...