RGB / HSB colorpicker
Posted: Sunday 21 May 2017 20:34
Colorpicker ns Domoticz have only hue and brightness, the saturation part is is missing. Proberbly since most RGB controller do not have saturation.
My suggestion is to extend the colorpicker with a saturation part and also the JSON message:
to:
The colorpicker itself shown all colors
My suggestion is to extend the colorpicker with a saturation part and also the JSON message:
Code: Select all
/json.htm?type=command¶m=setcolbrightnessvalue&idx=99&hue=274&brightness=40&iswhite=false
Code: Select all
/json.htm?type=command¶m=setcolbrightnessvalue&idx=99&hue=274&brightness=40saturation=20&iswhite=false