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.
|
Structure to hold arguments for sending Light CTL messages. More...
#include <meshx_light_ctl_client.h>
Data Fields | |
uint16_t | lightness |
uint16_t | temperature |
uint16_t | delta_uv |
uint16_t | temp_range_max |
uint16_t | temp_range_min |
uint16_t | temp_def |
uint16_t | lightness_def |
uint16_t | delta_uv_def |
Structure to hold arguments for sending Light CTL messages.
Definition at line 34 of file meshx_light_ctl_client.h.
uint16_t meshx_ctl_el_state::delta_uv |
Delta UV value to be sent.
Definition at line 38 of file meshx_light_ctl_client.h.
uint16_t meshx_ctl_el_state::delta_uv_def |
Default delta UV value.
Definition at line 43 of file meshx_light_ctl_client.h.
uint16_t meshx_ctl_el_state::lightness |
Lightness value to be sent.
Definition at line 36 of file meshx_light_ctl_client.h.
uint16_t meshx_ctl_el_state::lightness_def |
Default lightness value.
Definition at line 42 of file meshx_light_ctl_client.h.
uint16_t meshx_ctl_el_state::temp_def |
Default temperature value.
Definition at line 41 of file meshx_light_ctl_client.h.
uint16_t meshx_ctl_el_state::temp_range_max |
Maximum temperature range.
Definition at line 39 of file meshx_light_ctl_client.h.
uint16_t meshx_ctl_el_state::temp_range_min |
Minimum temperature range.
Definition at line 40 of file meshx_light_ctl_client.h.
uint16_t meshx_ctl_el_state::temperature |
Temperature value to be sent.
Definition at line 37 of file meshx_light_ctl_client.h.