![]() |
nRF Connect SDK API 3.3.99
|
| void(*const bt_mesh_light_hue_srv_handlers::range_update) (struct bt_mesh_light_hue_srv *srv, struct bt_mesh_msg_ctx *ctx, const struct bt_mesh_light_hsl_range *old_range, const struct bt_mesh_light_hsl_range *new_range) |
The valid hue range has been updated.
| [in] | srv | Light Hue server. |
| [in] | ctx | Message context, or NULL if the callback was not triggered by a mesh message |
| [in] | old_range | Range before the update. |
| [in] | new_range | Range after the update. |