|
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_ble_mesh_gen_srv.h>
Data Fields | |
| int16_t | level |
| int16_t | target_level |
| int16_t | last_level |
| int32_t | last_delta |
| bool | move_start |
| bool | positive |
| int32_t meshx_gen_level_state_t::last_delta |
The last delta change of the Generic Level state
| int16_t meshx_gen_level_state_t::last_level |
The last value of the Generic Level state
| int16_t meshx_gen_level_state_t::level |
The present value of the Generic Level state
| bool meshx_gen_level_state_t::move_start |
Indicate if the transition of the Generic Level state has been started
| bool meshx_gen_level_state_t::positive |
Indicate if the transition is positive or negative
| int16_t meshx_gen_level_state_t::target_level |
The target value of the Generic Level state