MeshX 0.3
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_plat_ctl_status Union Reference

Light CTL status packet. More...

Collaboration diagram for meshx_plat_ctl_status:
Collaboration graph

Data Fields

struct { 
 
   uint16_t   lightness 
 
   uint16_t   temperature 
 
ctl_status 
 
struct { 
 
   uint16_t   temperature 
 
   uint16_t   delta_uv 
 
ctl_temp_status 
 
struct { 
 
   uint16_t   lightness_def 
 
   uint16_t   temperature_def 
 
   uint16_t   delta_uv_def 
 
ctl_default 
 
struct { 
 
   uint8_t   status_code 
 
   uint16_t   range_min 
 
   uint16_t   range_max 
 
ctl_temp_range 
 

Detailed Description

Light CTL status packet.

Definition at line 26 of file esp_light_srv_model.c.

Field Documentation

◆ [struct]

struct { ... } meshx_plat_ctl_status::ctl_default

◆ [struct]

struct { ... } meshx_plat_ctl_status::ctl_status

◆ [struct]

struct { ... } meshx_plat_ctl_status::ctl_temp_range

◆ [struct]

struct { ... } meshx_plat_ctl_status::ctl_temp_status

◆ delta_uv

uint16_t meshx_plat_ctl_status::delta_uv

Delta UV value

Definition at line 36 of file esp_light_srv_model.c.

◆ delta_uv_def

uint16_t meshx_plat_ctl_status::delta_uv_def

Default delta UV

Definition at line 42 of file esp_light_srv_model.c.

◆ lightness

uint16_t meshx_plat_ctl_status::lightness

Lightness level

Definition at line 30 of file esp_light_srv_model.c.

◆ lightness_def

uint16_t meshx_plat_ctl_status::lightness_def

Default lightness

Definition at line 40 of file esp_light_srv_model.c.

◆ range_max

uint16_t meshx_plat_ctl_status::range_max

Maximum temperature range

Definition at line 48 of file esp_light_srv_model.c.

◆ range_min

uint16_t meshx_plat_ctl_status::range_min

Minimum temperature range

Definition at line 47 of file esp_light_srv_model.c.

◆ status_code

uint8_t meshx_plat_ctl_status::status_code

Status code

Definition at line 46 of file esp_light_srv_model.c.

◆ temperature

uint16_t meshx_plat_ctl_status::temperature

Color temperature

Definition at line 31 of file esp_light_srv_model.c.

◆ temperature_def

uint16_t meshx_plat_ctl_status::temperature_def

Default temperature

Definition at line 41 of file esp_light_srv_model.c.


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