|
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 HSL Models This file contains the declarations and definitions for the MeshX Light HSL Models, including the Light HSL Server and Client models for hue, saturation, and lightness control. More...
Go to the source code of this file.
Data Structures | |
| struct | meshx_light_hsl_model_state |
| Structure to hold the Light HSL model state. More... | |
| struct | meshx_light_hsl_send_params |
| Structure to hold the parameters for sending a Light HSL message. More... | |
| struct | meshx_light_hsl_srv_el_msg |
| Structure to hold the Light HSL Server to element message. More... | |
| class | meshXLightHSLServerModel |
| A template class for creating Light HSL Server models. More... | |
Typedefs | |
| using | meshx_light_hsl_model_state_t = struct meshx_light_hsl_model_state |
| using | meshx_light_hsl_send_params_t = struct meshx_light_hsl_send_params |
| using | meshx_light_hsl_srv_el_msg_t = struct meshx_light_hsl_srv_el_msg |
Header file for MeshX Light HSL Models This file contains the declarations and definitions for the MeshX Light HSL Models, including the Light HSL Server and Client models for hue, saturation, and lightness control.
Key Features:
| #define MESHX_LIGHT_HSL_CLIENT_MODEL_TEMPLATE_PARAMS |
| #define MESHX_LIGHT_HSL_CLIENT_MODEL_TEMPLATE_PROTO |
| #define MESHX_LIGHT_HSL_SERVER_MODEL_TEMPLATE_PARAMS |
| #define MESHX_LIGHT_HSL_SERVER_MODEL_TEMPLATE_PROTO |
| using meshx_light_hsl_model_state_t = struct meshx_light_hsl_model_state |
| using meshx_light_hsl_send_params_t = struct meshx_light_hsl_send_params |
| using meshx_light_hsl_srv_el_msg_t = struct meshx_light_hsl_srv_el_msg |