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.
|
Light CTL status packet. More...
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 | |
Light CTL status packet.
Definition at line 26 of file esp_light_srv_model.c.
struct { ... } meshx_plat_ctl_status::ctl_default |
struct { ... } meshx_plat_ctl_status::ctl_status |
struct { ... } meshx_plat_ctl_status::ctl_temp_range |
struct { ... } meshx_plat_ctl_status::ctl_temp_status |
uint16_t meshx_plat_ctl_status::delta_uv |
Delta UV value
Definition at line 36 of file esp_light_srv_model.c.
uint16_t meshx_plat_ctl_status::delta_uv_def |
Default delta UV
Definition at line 42 of file esp_light_srv_model.c.
uint16_t meshx_plat_ctl_status::lightness |
Lightness level
Definition at line 30 of file esp_light_srv_model.c.
uint16_t meshx_plat_ctl_status::lightness_def |
Default lightness
Definition at line 40 of file esp_light_srv_model.c.
uint16_t meshx_plat_ctl_status::range_max |
Maximum temperature range
Definition at line 48 of file esp_light_srv_model.c.
uint16_t meshx_plat_ctl_status::range_min |
Minimum temperature range
Definition at line 47 of file esp_light_srv_model.c.
uint8_t meshx_plat_ctl_status::status_code |
Status code
Definition at line 46 of file esp_light_srv_model.c.
uint16_t meshx_plat_ctl_status::temperature |
Color temperature
Definition at line 31 of file esp_light_srv_model.c.
uint16_t meshx_plat_ctl_status::temperature_def |
Default temperature
Definition at line 41 of file esp_light_srv_model.c.