Jump to content

Set <DEVICE> Fade Down does not update device status


kevinkaz

Recommended Posts

Hello kevinkaz,

 

You have to follow a Fade with a Fade Stop so the ISY knows when to update the status.

 

Then
       Set Scene 'FR Lamp' Fade Up
       Wait  5 seconds
       Set Scene 'FR Lamp' Fade Stop

 

Or

 

If
       IR 'Button -' is Held
   And IR 'Button -' is not Released

Then
       Set Scene '~Family Room To Fade' Fade Down

Else
       Set Scene '~Family Room To Fade' Fade Stop


 

Rand

Link to comment

Archived

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


×
×
  • Create New...