Is anyone aware how to enable the RGBW options for the ‘Light LED - When Off’ like they are for the ‘Light LED’? Even reviewing the device handler they are both calling a different child device:
else deleteChild("ep102")
if (enableLED1Child == "true") addChild("ep103", "Light LED", "InovelliUSA", "RGBW Child Device", false)
else deleteChild("ep103")
if (enableLED1OffChild == "true") addChild("ep104", "Light LED - When Off", "InovelliUSA", "Switch Level Child Device", false)
(and unfortunately if I change the ep104 to use ‘RGBW Child Device’ the options show up, but they don’t function when you try to change the LED when off).
@Eric_Inovelli any thoughts or was this intentional?