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.
|
#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
Definition at line 169 of file meshx_ble_mesh_light_srv.h.
uint32_t meshx_state_change_sensor_status_t::ambient_luxlevel |
The value of Light LC Ambient Luxlevel state
Definition at line 177 of file meshx_ble_mesh_light_srv.h.
uint8_t meshx_state_change_sensor_status_t::occupancy |
The value of Light LC Occupancy state
Definition at line 175 of file meshx_ble_mesh_light_srv.h.
uint16_t meshx_state_change_sensor_status_t::property_id |
The value of Sensor Property ID
Definition at line 171 of file meshx_ble_mesh_light_srv.h.
uint32_t meshx_state_change_sensor_status_t::set_occupancy_to_1_delay |
The value of Light LC Set Occupancy to 1 Delay state
Definition at line 176 of file meshx_ble_mesh_light_srv.h.
union { ... } meshx_state_change_sensor_status_t::state |
Parameters of Sensor Status related state