I want to change the color of my hue GU10 spot in dzVents
Code: Select all
return
{
active = true,
on =
{
devices = {'DZVENTS tester'}
},
logging =
{
level = domoticz.LOG_DEBUG,
marker = "Hue light test",
},
execute = function(domoticz)
domoticz.devices('Huespot 1').setColor(0, 255, 0)
--end
end
}
OpenURL: url = http://0.0.0.0:80/json.htm?type=command ... :255,"b":0}
Is this a bug or is de script wrong?