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

Lighting Server Model state Used to set/restore the model state values internally. More...

#include <meshx_ble_mesh_light_srv.h>

Data Fields

meshx_light_lightness_state_t lightness
meshx_light_ctl_state_t ctl
meshx_light_hsl_state_t hsl
meshx_light_xyl_state_t xyl
meshx_light_lc_state_t lc

Detailed Description

Lighting Server Model state Used to set/restore the model state values internally.

Field Documentation

◆ ctl

meshx_light_ctl_state_t meshx_lighting_server_state::ctl

Light CTL state

◆ hsl

meshx_light_hsl_state_t meshx_lighting_server_state::hsl

Light HSL state

◆ lc

meshx_light_lc_state_t meshx_lighting_server_state::lc

Light LC state

◆ lightness

meshx_light_lightness_state_t meshx_lighting_server_state::lightness

Light Lightness state

◆ xyl

meshx_light_xyl_state_t meshx_lighting_server_state::xyl

Light xyL state


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