MeshX 0.3
This repository provides an implementation for Bluetooth Low Energy (BLE) Mesh network nodes. The project allows you to create BLE mesh nodes that can communicate with each other, enabling the development of smart home solutions or other IoT-based applications.
|
Bluetooth Mesh Light Lightness Client Model Get and Set parameters structure. More...
#include <meshx_ble_mesh_light_cli.h>
Data Fields | |
bool | op_en |
uint16_t | lightness |
uint8_t | tid |
uint8_t | trans_time |
uint8_t | delay |
Bluetooth Mesh Light Lightness Client Model Get and Set parameters structure.
Parameters of Light Lightness Set
Definition at line 38 of file meshx_ble_mesh_light_cli.h.
uint8_t meshx_light_lightness_set_t::delay |
Indicate message execution delay (C.1)
Definition at line 43 of file meshx_ble_mesh_light_cli.h.
uint16_t meshx_light_lightness_set_t::lightness |
Target value of light lightness actual state
Definition at line 40 of file meshx_ble_mesh_light_cli.h.
bool meshx_light_lightness_set_t::op_en |
Indicate if optional parameters are included
Definition at line 39 of file meshx_ble_mesh_light_cli.h.
uint8_t meshx_light_lightness_set_t::tid |
Transaction ID
Definition at line 41 of file meshx_ble_mesh_light_cli.h.
uint8_t meshx_light_lightness_set_t::trans_time |
Time to complete state transition (optional)
Definition at line 42 of file meshx_ble_mesh_light_cli.h.