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

RGB server element context structure. More...

#include <meshx_rgb_element.hpp>

Data Fields

uint16_t app_id
uint16_t pub_addr
meshx_gen_onoff_model_state_t gen_on_off_state
meshx_light_hsl_model_state_t light_hsl_state

Detailed Description

RGB server element context structure.

This structure contains the state context for the RGB server element, including the OnOff and HSL states and publication/app binding information.

Field Documentation

◆ app_id

uint16_t meshx_rgb_srv_el_ctx_t::app_id

Application key ID for publication

◆ gen_on_off_state

meshx_gen_onoff_model_state_t meshx_rgb_srv_el_ctx_t::gen_on_off_state

Current OnOff state

◆ light_hsl_state

meshx_light_hsl_model_state_t meshx_rgb_srv_el_ctx_t::light_hsl_state

Current HSL state

◆ pub_addr

uint16_t meshx_rgb_srv_el_ctx_t::pub_addr

Publication address


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