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

#include <meshx_ble_mesh_light_srv.h>

Collaboration diagram for meshx_state_change_sensor_status_t:
Collaboration graph

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

Definition at line 169 of file meshx_ble_mesh_light_srv.h.

Field Documentation

◆ ambient_luxlevel

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.

◆ occupancy

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.

◆ property_id

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.

◆ 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

Definition at line 176 of file meshx_ble_mesh_light_srv.h.

◆ [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: