I've been using programs to automatically turn off lights after a specified amount of time and up until now, I've only had a need to do this at locations using switchlinc's Relays (Non-Dimmers). The program is quite simple and works well.....
If Control 'Master Bath Fan' is switched on
Then Wait 10 minutes
Set 'Master Bath Fan' off
I now want to provide the same timer function to some locations which use switchlinc Dimmers and for some reason the same program doesn't shut the light off. Each of the locations have a local level set and it's my understanding that within programs, "switched on" means when the switch button is pushed once. If this is the case, I don't understand why this doesn't work.
I have also tried the following:
if Control 'Master Bath Light" is not switched off
thinking that it would detect any level other than off.
Thank you in advance
If Control 'Master Bath Fan' is switched on
Then Wait 10 minutes
Set 'Master Bath Fan' off
I now want to provide the same timer function to some locations which use switchlinc Dimmers and for some reason the same program doesn't shut the light off. Each of the locations have a local level set and it's my understanding that within programs, "switched on" means when the switch button is pushed once. If this is the case, I don't understand why this doesn't work.
I have also tried the following:
if Control 'Master Bath Light" is not switched off
thinking that it would detect any level other than off.
Thank you in advance