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

Structure to hold the cwww client message sent from APP layer. More...

#include <meshx_light_cwww_client_element.h>

Collaboration diagram for cwww_client_msg:
Collaboration graph

Data Fields

uint8_t ack
 
uint8_t set_get
 
uint8_t arg_bmap
 
uint16_t element_id
 
uint16_t temperature
 
uint16_t lightness
 
uint16_t delta_uv
 
uint16_t temp_range_max
 
uint16_t temp_range_min
 

Detailed Description

Structure to hold the cwww client message sent from APP layer.

Definition at line 107 of file meshx_light_cwww_client_element.h.

Field Documentation

◆ ack

uint8_t cwww_client_msg::ack

Acknowledgment flag

Definition at line 109 of file meshx_light_cwww_client_element.h.

◆ arg_bmap

uint8_t cwww_client_msg::arg_bmap

Argument bitmap

Definition at line 111 of file meshx_light_cwww_client_element.h.

◆ delta_uv

uint16_t cwww_client_msg::delta_uv

Delta UV

Definition at line 115 of file meshx_light_cwww_client_element.h.

◆ element_id

uint16_t cwww_client_msg::element_id

Element ID

Definition at line 112 of file meshx_light_cwww_client_element.h.

◆ lightness

uint16_t cwww_client_msg::lightness

Lightness

Definition at line 114 of file meshx_light_cwww_client_element.h.

◆ set_get

uint8_t cwww_client_msg::set_get

Set/Get flag

Definition at line 110 of file meshx_light_cwww_client_element.h.

◆ temp_range_max

uint16_t cwww_client_msg::temp_range_max

Maximum lightness range

Definition at line 116 of file meshx_light_cwww_client_element.h.

◆ temp_range_min

uint16_t cwww_client_msg::temp_range_min

Minimum lightness range

Definition at line 117 of file meshx_light_cwww_client_element.h.

◆ temperature

uint16_t cwww_client_msg::temperature

Temperature

Definition at line 113 of file meshx_light_cwww_client_element.h.


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