Jump to content

Switch ling program question


Andre Douyon

Recommended Posts

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.

Link to comment

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/

Link to comment

Archived

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


×
×
  • Create New...