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 to hold the On/Off Server to element message. More...
#include <meshx_light_ctl_client.h>
Data Fields | |
uint8_t | err_code |
meshx_model_t | model |
meshx_ctx_t | ctx |
meshx_ctl_el_state_t | ctl_state |
Structure to hold the On/Off Server to element message.
Definition at line 49 of file meshx_light_ctl_client.h.
meshx_ctl_el_state_t meshx_ctl_cli_el_msg::ctl_state |
The present value of Generic Ctl state
Definition at line 54 of file meshx_light_ctl_client.h.
meshx_ctx_t meshx_ctl_cli_el_msg::ctx |
Context of the message
Definition at line 53 of file meshx_light_ctl_client.h.
uint8_t meshx_ctl_cli_el_msg::err_code |
Error code
Definition at line 51 of file meshx_light_ctl_client.h.
meshx_model_t meshx_ctl_cli_el_msg::model |
Generic Ctl Server model
Definition at line 52 of file meshx_light_ctl_client.h.