|
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.
|
#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 |
| int16_t meshx_light_ctl_srv_state::delta_uv |
The present value of Light CTL Delta UV state
| int16_t meshx_light_ctl_srv_state::delta_uv_default |
The value of Light CTL Delta UV Default state
| uint16_t meshx_light_ctl_srv_state::lightness |
The present value of Light CTL Lightness state
| uint16_t meshx_light_ctl_srv_state::lightness_default |
The value of Light Lightness Default state
| uint8_t meshx_light_ctl_srv_state::status_code |
The statue code of setting Light CTL Temperature Range state
| int16_t meshx_light_ctl_srv_state::target_delta_uv |
The target value of Light CTL Delta UV state
| uint16_t meshx_light_ctl_srv_state::target_lightness |
The target value of Light CTL Lightness state
| uint16_t meshx_light_ctl_srv_state::target_temperature |
The target value of Light CTL Temperature state
| uint16_t meshx_light_ctl_srv_state::temperature |
The present value of Light CTL Temperature state
| uint16_t meshx_light_ctl_srv_state::temperature_default |
The value of Light CTL Temperature Default state
| uint16_t meshx_light_ctl_srv_state::temperature_range_max |
The maximum value of Light CTL Temperature Range state
| uint16_t meshx_light_ctl_srv_state::temperature_range_min |
The minimum value of Light CTL Temperature Range state