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 defines the payload for MESHX_ELEMENT_TYPE_RELAY_SERVER. More...
#include <meshx_api.h>
Data Fields | |
uint8_t | on_off |
Structure defines the payload for MESHX_ELEMENT_TYPE_RELAY_SERVER.
Definition at line 54 of file meshx_api.h.
uint8_t meshx_api_relay_server_evt::on_off |
Definition at line 56 of file meshx_api.h.