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_level_state_t Struct Reference

#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

Field Documentation

◆ last_delta

int32_t meshx_gen_level_state_t::last_delta

The last delta change of the Generic Level state

◆ last_level

int16_t meshx_gen_level_state_t::last_level

The last value of the Generic Level state

◆ level

int16_t meshx_gen_level_state_t::level

The present value of the Generic Level state

◆ move_start

bool meshx_gen_level_state_t::move_start

Indicate if the transition of the Generic Level state has been started

◆ positive

bool meshx_gen_level_state_t::positive

Indicate if the transition is positive or negative

◆ target_level

int16_t meshx_gen_level_state_t::target_level

The target value of the Generic Level state


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