|
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 | |
| uint32_t | mode: 1 |
| uint32_t | occupancy_mode: 1 |
| uint32_t | light_onoff: 1 |
| uint32_t | target_light_onoff: 1 |
| uint32_t | occupancy: 1 |
| uint32_t | ambient_luxlevel: 24 |
| uint16_t | linear_output |
| uint32_t meshx_light_lc_state_t::ambient_luxlevel |
The value of Light LC Ambient LuxLevel state
| uint32_t meshx_light_lc_state_t::light_onoff |
The present value of Light LC Light OnOff state
| uint16_t meshx_light_lc_state_t::linear_output |
| uint32_t meshx_light_lc_state_t::mode |
0b0 The controller is turned off.
| uint32_t meshx_light_lc_state_t::occupancy |
The value of Light LC Occupancy state
| uint32_t meshx_light_lc_state_t::occupancy_mode |
The value of Light LC Occupancy Mode state
| uint32_t meshx_light_lc_state_t::target_light_onoff |
The target value of Light LC Light OnOff state