Const
Readonly
attributes: { Readonly
currentThe CurrentHue attribute contains the current hue value of the light. It is updated as fast as practical during commands that change the hue.
The hue in degrees shall be related to the CurrentHue attribute by the relationship: Hue = CurrentHue x 360 / 254 (CurrentHue in the range 0 to 254 inclusive)
If this attribute is implemented then the CurrentSaturation and ColorMode attributes shall also be implemented.
Readonly
currentThe CurrentSaturation attribute holds the current saturation value of the light. It is updated as fast as practical during commands that change the saturation.
The saturation shall be related to the CurrentSaturation attribute by the relationship: Saturation = CurrentSaturation/254 (CurrentSaturation in the range 0 to 254 inclusive)
If this attribute is implemented then the CurrentHue and ColorMode attributes shall also be implemented.
Readonly
commands: { Readonly
moveReadonly
moveReadonly
moveReadonly
moveReadonly
moveReadonly
stepReadonly
step
A ColorControlCluster supports these elements if it supports feature HueSaturation.