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

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

Detailed Description

Structure to hold the Level model state.

Field Documentation

◆ present_level

int16_t meshx_gen_level_model_state::present_level

The present value of Generic Level state

◆ remaining_time

uint8_t meshx_gen_level_model_state::remaining_time

Remaining transition time (optional)

◆ target_level

int16_t meshx_gen_level_model_state::target_level

The target value of Generic Level state (optional)


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