nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ direction

int bt_mesh_light_hue::direction

Direction of the Hue state change, if transition is present.

If positive, the current value should be incremented even if the target value is less than the current value. If negative, the current value should be decremented even if the target value is greater than the current value. The application is responsible for wrapping the Hue state around when the value reaches the end of the type range.

Note
Set by the Light Hue Server model.