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.
|
Structure representing the Light CTL Server model. More...
#include <meshx_ble_mesh_light_srv.h>
Data Fields | |
meshx_model_t | model |
meshx_light_ctl_srv_state_t | state |
Structure representing the Light CTL Server model.
This structure contains the model and state information for the Light CTL Server.
Definition at line 245 of file meshx_ble_mesh_light_srv.h.
meshx_model_t meshx_light_ctl_srv::model |
Light CTL Server model
Definition at line 247 of file meshx_ble_mesh_light_srv.h.
meshx_light_ctl_srv_state_t meshx_light_ctl_srv::state |
State of the Light CTL Server
Definition at line 248 of file meshx_ble_mesh_light_srv.h.