kevinkaz Posted April 6, 2010 Posted April 6, 2010 When using Set Fade Down the ISY does not show the correct status of the device.
Sub-Routine Posted April 6, 2010 Posted April 6, 2010 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
Recommended Posts