Andre Douyon Posted April 23, 2012 Posted April 23, 2012 How can i tell switch link to turn off if set to any dim level between on and off. When the switch is set to not full on, but somewhere between full on and full off, how do I work the program so that it senses that it is on a what ever level and turn off after x minutes. I am really looking for how to get the program to sense that the switch link is on and active. I know the rest of the code.
LeeG Posted April 23, 2012 Posted April 23, 2012 Something like this? The Then runs whenever the SwitchLinc is not Off and not 100% On If Status 'SwitchLinc Dimmer' < On And Status 'SwitchLinc Dimmer' > Off Then - No Actions - (To add one, press 'Action') Else - No Actions - (To add one, press 'Action') [/code/
Andre Douyon Posted April 24, 2012 Author Posted April 24, 2012 Thank you. That did the trick. Much appreciated. It would be nice to have a guide for us non programmers so that we could see what and how to apply such commands.
Andre Douyon Posted April 24, 2012 Author Posted April 24, 2012 Thank you. That did the trick. Much appreciated. It would be nice to have a guide for us non programmers so that we could see what and how to apply such commands.
Recommended Posts