|
MeshX 0.4
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.
|
Lighting Server Model state Used to set/restore the model state values internally. More...
#include <meshx_ble_mesh_light_srv.h>
Data Fields | |
| meshx_light_lightness_state_t | lightness |
| meshx_light_ctl_state_t | ctl |
| meshx_light_hsl_state_t | hsl |
| meshx_light_xyl_state_t | xyl |
| meshx_light_lc_state_t | lc |
Lighting Server Model state Used to set/restore the model state values internally.
| meshx_light_ctl_state_t meshx_lighting_server_state::ctl |
Light CTL state
| meshx_light_hsl_state_t meshx_lighting_server_state::hsl |
Light HSL state
| meshx_light_lc_state_t meshx_lighting_server_state::lc |
Light LC state
| meshx_light_lightness_state_t meshx_lighting_server_state::lightness |
Light Lightness state
| meshx_light_xyl_state_t meshx_lighting_server_state::xyl |
Light xyL state