|
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.
|
#include <meshx_model_onoff.hpp>
Data Fields | |
| uint8_t | on_off |
| uint8_t | next_on_off |
| uint8_t | tid |
| uint8_t meshx_gen_onoff_model_state::next_on_off |
The next suggested onoff state (e.g. for toggle).
| uint8_t meshx_gen_onoff_model_state::on_off |
The onoff state of the message.
| uint8_t meshx_gen_onoff_model_state::tid |
The transaction ID of the message.