|
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 | property_id |
| union { | |
| uint8_t occupancy | |
| uint32_t set_occupancy_to_1_delay | |
| uint32_t ambient_luxlevel | |
| } | state |
Parameters of Sensor Status state change event
| uint32_t meshx_state_change_sensor_status_t::ambient_luxlevel |
The value of Light LC Ambient Luxlevel state
| uint8_t meshx_state_change_sensor_status_t::occupancy |
The value of Light LC Occupancy state
| uint16_t meshx_state_change_sensor_status_t::property_id |
The value of Sensor Property ID
| uint32_t meshx_state_change_sensor_status_t::set_occupancy_to_1_delay |
The value of Light LC Set Occupancy to 1 Delay state
| union { ... } meshx_state_change_sensor_status_t::state |
Parameters of Sensor Status related state