|
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.
|
Standard Relay Client Message structure (shared between C element and C++ model). More...
#include <meshx_relay_msg_defs.h>
Data Fields | |
| uint8_t | ack |
| uint8_t | set_get |
| uint8_t | reserved |
| uint16_t | element_id |
| uint8_t | on_off |
Standard Relay Client Message structure (shared between C element and C++ model).
This structure must match the layout expected by the control task dispatch.
| uint8_t meshx_gen_on_off_cli_msg::ack |
| uint16_t meshx_gen_on_off_cli_msg::element_id |
| uint8_t meshx_gen_on_off_cli_msg::on_off |
| uint8_t meshx_gen_on_off_cli_msg::reserved |
| uint8_t meshx_gen_on_off_cli_msg::set_get |