|
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.
|
Data Fields | |
| uint16_t | element_id |
| bool | ack |
| uint8_t | set_get |
| uint16_t | lightness |
| uint16_t | temperature |
| int16_t | delta_uv |
| uint8_t | tid |
| bool meshx_light_ctl_cli_msg::ack |
| int16_t meshx_light_ctl_cli_msg::delta_uv |
| uint16_t meshx_light_ctl_cli_msg::element_id |
| uint16_t meshx_light_ctl_cli_msg::lightness |
| uint8_t meshx_light_ctl_cli_msg::set_get |
| uint16_t meshx_light_ctl_cli_msg::temperature |
| uint8_t meshx_light_ctl_cli_msg::tid |