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.
Loading...
Searching...
No Matches
meshx_state_change_sensor_status_t Struct Reference

#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

Detailed Description

Parameters of Sensor Status state change event

Field Documentation

◆ ambient_luxlevel

uint32_t meshx_state_change_sensor_status_t::ambient_luxlevel

The value of Light LC Ambient Luxlevel state

◆ occupancy

uint8_t meshx_state_change_sensor_status_t::occupancy

The value of Light LC Occupancy state

◆ property_id

uint16_t meshx_state_change_sensor_status_t::property_id

The value of Sensor Property ID

◆ set_occupancy_to_1_delay

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]

union { ... } meshx_state_change_sensor_status_t::state

Parameters of Sensor Status related state


The documentation for this struct was generated from the following file: