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

Structure defines the payload for MESHX_ELEMENT_TYPE_LIGHT_CWWW_CLIENT. More...

#include <meshx_api.h>

Data Fields

uint8_t err_code
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_CLIENT.

Field Documentation

◆ [struct]

struct { ... } meshx_api_light_cwww_client_evt::ctl

◆ delta_uv

uint16_t meshx_api_light_cwww_client_evt::delta_uv

◆ err_code

uint8_t meshx_api_light_cwww_client_evt::err_code

◆ lightness

uint16_t meshx_api_light_cwww_client_evt::lightness

◆ [struct]

struct { ... } meshx_api_light_cwww_client_evt::on_off

◆ state

uint8_t meshx_api_light_cwww_client_evt::state

◆ [union]

union { ... } meshx_api_light_cwww_client_evt::state_change

◆ temp_range_max

uint16_t meshx_api_light_cwww_client_evt::temp_range_max

◆ temp_range_min

uint16_t meshx_api_light_cwww_client_evt::temp_range_min

◆ temperature

uint16_t meshx_api_light_cwww_client_evt::temperature

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