|
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 Light CTL model state. More...
#include <meshx_model_ctl.hpp>
Data Fields | |
| uint16_t | lightness |
| uint16_t | temperature |
| int16_t | delta_uv |
| uint16_t | temp_range_min |
| uint16_t | temp_range_max |
Structure to hold the Light CTL model state.
| int16_t meshx_light_ctl_model_state::delta_uv |
The delta UV value of the message.
| uint16_t meshx_light_ctl_model_state::lightness |
The lightness value of the message.
| uint16_t meshx_light_ctl_model_state::temp_range_max |
Maximum temperature range
| uint16_t meshx_light_ctl_model_state::temp_range_min |
Minimum temperature range
| uint16_t meshx_light_ctl_model_state::temperature |
The color temperature value of the message.