ConstReadonlyattributes: { ReadonlyenhancedThe EnhancedCurrentHue attribute represents non-equidistant steps along the CIE 1931 color triangle, and it provides 16-bits precision.
The upper 8 bits of this attribute shall be used as an index in the implementation specific XY lookup table to provide the non-equidistance steps. The lower 8 bits shall be used to interpolate between these steps in a linear way in order to provide color zoom for the user.
To provide compatibility with standard ZCL, the CurrentHue attribute shall contain a hue value in the range 0 to 254, calculated from the EnhancedCurrentHue attribute.
Readonlycommands: { ReadonlyenhancedThe EnhancedMoveHue command allows lamps to be moved in a continuous stepped transition from their current hue to a target hue.
ReadonlyenhancedThe EnhancedMoveToHue command allows lamps to be moved in a smooth continuous transition from their current hue to a target hue.
ReadonlyenhancedThe EnhancedMoveToHueAndSaturation command allows lamps to be moved in a smooth continuous transition from their current hue to a target hue and from their current saturation to a target saturation.
ReadonlyenhancedThe EnhancedStepHue command allows lamps to be moved in a stepped transition from their current hue to a target hue, resulting in a linear transition through XY space.
A ColorControlCluster supports these elements if it supports feature EnhancedHue.