ergodic Posted April 19, 2009 Posted April 19, 2009 Is there a way to trigger program execution when a scene is set on or off by any of the controllers in it?
oberkc Posted April 19, 2009 Posted April 19, 2009 I have done this by the brute force method....added multiple "or" conditions with each of the controllers in a given scene. In other words, if I have a scene with three controllers A, B, and C, then create a program with condition if A is switched on (or off or whatever), or if B is switched on, or if C is switched on, then perform an action.
Sub-Routine Posted April 21, 2009 Posted April 21, 2009 Hello ergodic, This is on our list as an enhancement. Thank you oberkc for posting the work-around. Rand
Recommended Posts