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

#include <meshx_ble_mesh_light_srv.h>

Data Fields

uint16_t lightness
uint16_t target_lightness
uint16_t temperature
uint16_t target_temperature
int16_t delta_uv
int16_t target_delta_uv
uint8_t status_code
uint16_t temperature_range_min
uint16_t temperature_range_max
uint16_t lightness_default
uint16_t temperature_default
int16_t delta_uv_default

Field Documentation

◆ delta_uv

int16_t meshx_light_ctl_srv_state::delta_uv

The present value of Light CTL Delta UV state

◆ delta_uv_default

int16_t meshx_light_ctl_srv_state::delta_uv_default

The value of Light CTL Delta UV Default state

◆ lightness

uint16_t meshx_light_ctl_srv_state::lightness

The present value of Light CTL Lightness state

◆ lightness_default

uint16_t meshx_light_ctl_srv_state::lightness_default

The value of Light Lightness Default state

◆ status_code

uint8_t meshx_light_ctl_srv_state::status_code

The statue code of setting Light CTL Temperature Range state

◆ target_delta_uv

int16_t meshx_light_ctl_srv_state::target_delta_uv

The target value of Light CTL Delta UV state

◆ target_lightness

uint16_t meshx_light_ctl_srv_state::target_lightness

The target value of Light CTL Lightness state

◆ target_temperature

uint16_t meshx_light_ctl_srv_state::target_temperature

The target value of Light CTL Temperature state

◆ temperature

uint16_t meshx_light_ctl_srv_state::temperature

The present value of Light CTL Temperature state

◆ temperature_default

uint16_t meshx_light_ctl_srv_state::temperature_default

The value of Light CTL Temperature Default state

◆ temperature_range_max

uint16_t meshx_light_ctl_srv_state::temperature_range_max

The maximum value of Light CTL Temperature Range state

◆ temperature_range_min

uint16_t meshx_light_ctl_srv_state::temperature_range_min

The minimum value of Light CTL Temperature Range state


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