|
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.
|
Structure to hold the Level model state. More...
#include <meshx_model_level.hpp>
Data Fields | |
| int16_t | present_level |
| int16_t | target_level |
| uint8_t | remaining_time |
Structure to hold the Level model state.
| int16_t meshx_gen_level_model_state::present_level |
The present value of Generic Level state
| uint8_t meshx_gen_level_model_state::remaining_time |
Remaining transition time (optional)
| int16_t meshx_gen_level_model_state::target_level |
The target value of Generic Level state (optional)