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.
Loading...
Searching...
No Matches
meshx_gen_onoff_model_state Struct Reference

#include <meshx_model_onoff.hpp>

Data Fields

uint8_t on_off
uint8_t next_on_off
uint8_t tid

Field Documentation

◆ next_on_off

uint8_t meshx_gen_onoff_model_state::next_on_off

The next suggested onoff state (e.g. for toggle).

◆ on_off

uint8_t meshx_gen_onoff_model_state::on_off

The onoff state of the message.

◆ tid

uint8_t meshx_gen_onoff_model_state::tid

The transaction ID of the message.


The documentation for this struct was generated from the following file: