in Domoticz I can only set a Hue light to a specific Brightness and a specific Hue value. But I need to set it also to a certain Saturation value.
How can I accomplish this for a light AND also (more important) when this Hue ligt is part of a Group?
When I use the Hue api (PUT) with
Code: Select all
{
"on": true,
"hue": 6165,
"sat": 186
}