|
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.
|
Light Server send parameters. Used by meshXBaseLightServerModel::plat_send_msg to forward state change events. More...
#include <meshx_ble_mesh_light_srv.h>
Data Fields | |
| meshx_model_t * | p_model |
| meshx_ctx_t * | p_ctx |
| meshx_lighting_server_state_change_t * | state_change |
Light Server send parameters. Used by meshXBaseLightServerModel::plat_send_msg to forward state change events.
| meshx_ctx_t* meshx_light_server_send_params::p_ctx |
Pointer to the context.
| meshx_model_t* meshx_light_server_send_params::p_model |
Pointer to the server model.
| meshx_lighting_server_state_change_t* meshx_light_server_send_params::state_change |
State change information.