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

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

Detailed Description

Structure to hold the Light CTL model state.

Field Documentation

◆ delta_uv

int16_t meshx_light_ctl_model_state::delta_uv

The delta UV value of the message.

◆ lightness

uint16_t meshx_light_ctl_model_state::lightness

The lightness value of the message.

◆ temp_range_max

uint16_t meshx_light_ctl_model_state::temp_range_max

Maximum temperature range

◆ temp_range_min

uint16_t meshx_light_ctl_model_state::temp_range_min

Minimum temperature range

◆ temperature

uint16_t meshx_light_ctl_model_state::temperature

The color temperature value of the message.


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