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 MeshX Light CTL Setup Server. More...
Data Fields | |
uint16_t | ctl_setup_server_init |
MESHX_MODEL | ctl_setup_srv_model |
meshx_ctl_setup_server_model_t * | meshx_srv_model |
Structure representing the MeshX Light CTL Setup Server.
This structure holds the initialization state, model information, and a pointer to the server model for the Light CTL (Color Temperature Lightness) Setup Server.
Definition at line 26 of file meshx_light_ctl_srv.c.
uint16_t meshx_light_ctl_setup_server::ctl_setup_server_init |
Definition at line 28 of file meshx_light_ctl_srv.c.
MESHX_MODEL meshx_light_ctl_setup_server::ctl_setup_srv_model |
Definition at line 29 of file meshx_light_ctl_srv.c.
meshx_ctl_setup_server_model_t* meshx_light_ctl_setup_server::meshx_srv_model |
Definition at line 30 of file meshx_light_ctl_srv.c.