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 a CW-WW element in the BLE mesh network. More...
#include <meshx_cwww_server_element.h>
Data Fields | |
size_t | element_cnt |
size_t | element_id_end |
size_t | element_id_start |
meshx_cwww_element_t * | el_list |
Structure representing a CW-WW element in the BLE mesh network.
This structure contains all the necessary context and configuration for controlling a CW-WW (Cool White - Warm White) light element in a BLE mesh network.
Definition at line 67 of file meshx_cwww_server_element.h.
meshx_cwww_element_t* meshx_cwww_elements_ctrl::el_list |
Pointer to element list
Definition at line 72 of file meshx_cwww_server_element.h.
size_t meshx_cwww_elements_ctrl::element_cnt |
Number of relay elements
Definition at line 69 of file meshx_cwww_server_element.h.
size_t meshx_cwww_elements_ctrl::element_id_end |
Ending ID of the element
Definition at line 70 of file meshx_cwww_server_element.h.
size_t meshx_cwww_elements_ctrl::element_id_start |
Starting ID of the element
Definition at line 71 of file meshx_cwww_server_element.h.