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_api_light_cwww_server_evt Struct Reference

Structure defines the payload for MESHX_ELEMENT_TYPE_LIGHT_CWWW_SERVER. More...

#include <meshx_api.h>

Collaboration diagram for meshx_api_light_cwww_server_evt:
Collaboration graph

Data Fields

union { 
 
   struct { 
 
      uint8_t   state 
 
   }   on_off 
 
   struct { 
 
      uint16_t   lightness 
 
      uint16_t   temperature 
 
      uint16_t   delta_uv 
 
      uint16_t   temp_range_min 
 
      uint16_t   temp_range_max 
 
   }   ctl 
 
state_change 
 

Detailed Description

Structure defines the payload for MESHX_ELEMENT_TYPE_LIGHT_CWWW_SERVER.

Definition at line 62 of file meshx_api.h.

Field Documentation

◆ [struct]

struct { ... } meshx_api_light_cwww_server_evt::ctl

◆ delta_uv

uint16_t meshx_api_light_cwww_server_evt::delta_uv

Definition at line 74 of file meshx_api.h.

◆ lightness

uint16_t meshx_api_light_cwww_server_evt::lightness

Definition at line 72 of file meshx_api.h.

◆ [struct]

struct { ... } meshx_api_light_cwww_server_evt::on_off

◆ state

uint8_t meshx_api_light_cwww_server_evt::state

Definition at line 68 of file meshx_api.h.

◆ [union]

union { ... } meshx_api_light_cwww_server_evt::state_change

◆ temp_range_max

uint16_t meshx_api_light_cwww_server_evt::temp_range_max

Definition at line 76 of file meshx_api.h.

◆ temp_range_min

uint16_t meshx_api_light_cwww_server_evt::temp_range_min

Definition at line 75 of file meshx_api.h.

◆ temperature

uint16_t meshx_api_light_cwww_server_evt::temperature

Definition at line 73 of file meshx_api.h.


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