![]() |
nRF Connect SDK API 3.3.99
|
| void(* bt_mesh_light_ctrl_cli_handlers::prop) (struct bt_mesh_light_ctrl_cli *cli, struct bt_mesh_msg_ctx *ctx, enum bt_mesh_light_ctrl_prop id, const struct bt_mesh_sensor_value *value) |
Light LC Property status handler.
The Light Lightness Control Server's properties are configuration parameters for its behavior. All properties are represented as a single sensor channel.
| [in] | cli | Client that received the message. |
| [in] | ctx | Context of the message. |
| [in] | id | ID of the property. |
| [in] | value | Value of the property. |