|
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.
|
Header file for MeshX Light CTL Models This file contains the declarations and definitions for the MeshX Light CTL Models, including the Light CTL Server and Client models for color temperature and lightness control. More...
Go to the source code of this file.
Data Structures | |
| struct | meshx_light_ctl_model_state |
| Structure to hold the Light CTL model state. More... | |
| struct | meshx_light_ctl_send_params |
| Structure to hold the parameters for sending a Light CTL message. More... | |
| struct | meshx_light_ctl_cli_el_msg |
| Structure to hold the Light CTL Client to element message. More... | |
| class | meshXLightCTLClientModel |
| A template class for creating Light CTL Client models. More... | |
| struct | meshx_light_ctl_srv_el_msg |
| Structure to hold the Light CTL Server to element message. More... | |
| class | meshXLightCTLServerModel |
| A template class for creating Light CTL Server models. More... | |
| class | meshXLightCTLSetupServerModel |
| A class for creating Light CTL Setup Server models. More... | |
Typedefs | |
| using | meshx_light_ctl_model_state_t = struct meshx_light_ctl_model_state |
| using | meshx_light_ctl_send_params_t = struct meshx_light_ctl_send_params |
| using | meshx_light_ctl_cli_el_msg_t = struct meshx_light_ctl_cli_el_msg |
| using | meshx_light_ctl_srv_el_msg_t = struct meshx_light_ctl_srv_el_msg |
Header file for MeshX Light CTL Models This file contains the declarations and definitions for the MeshX Light CTL Models, including the Light CTL Server and Client models for color temperature and lightness control.
Key Features:
| #define MESHX_LIGHT_CTL_CLIENT_MODEL_TEMPLATE_PARAMS |
| #define MESHX_LIGHT_CTL_CLIENT_MODEL_TEMPLATE_PROTO |
| #define MESHX_LIGHT_CTL_SERVER_MODEL_TEMPLATE_PARAMS |
| #define MESHX_LIGHT_CTL_SERVER_MODEL_TEMPLATE_PROTO |
| using meshx_light_ctl_cli_el_msg_t = struct meshx_light_ctl_cli_el_msg |
| using meshx_light_ctl_model_state_t = struct meshx_light_ctl_model_state |
| using meshx_light_ctl_send_params_t = struct meshx_light_ctl_send_params |
| using meshx_light_ctl_srv_el_msg_t = struct meshx_light_ctl_srv_el_msg |