|
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.
|
RGB server element context structure. More...
#include <meshx_rgb_element.hpp>
Data Fields | |
| uint16_t | app_id |
| uint16_t | pub_addr |
| meshx_gen_onoff_model_state_t | gen_on_off_state |
| meshx_light_hsl_model_state_t | light_hsl_state |
RGB server element context structure.
This structure contains the state context for the RGB server element, including the OnOff and HSL states and publication/app binding information.
| uint16_t meshx_rgb_srv_el_ctx_t::app_id |
Application key ID for publication
| meshx_gen_onoff_model_state_t meshx_rgb_srv_el_ctx_t::gen_on_off_state |
Current OnOff state
| meshx_light_hsl_model_state_t meshx_rgb_srv_el_ctx_t::light_hsl_state |
Current HSL state
| uint16_t meshx_rgb_srv_el_ctx_t::pub_addr |
Publication address