I'm desperate for a chance to get the color set on an RGB device. Via API is not possible, but is there another way to intercept color change command from LUA / dzVents / etc ..?
I would be very useful for me!
Thanks to everyone, have a good Sunday

Moderator: leecollings
Code: Select all
If <colorset condition> then commandArray['Variable:color']]="blue" end
Code: Select all
if devicechanged['<slectorswitch>']=="blue" then commandArray['Variable:color']]="blue" end
Code: Select all
otherdevices{'<name>']
Code: Select all
devicechanged['<name>'}
Code: Select all
commandArray["OpenURL"] = "<linkf or blue>"
commandArray['Variable:color']]="blue"