Jump to content

Switch ling program question


Andre Douyon

Recommended Posts

Posted

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.

Posted

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/

Posted

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.

Posted

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.

Guest
This topic is now closed to further replies.

×
×
  • Create New...