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

Structure representing the Light CTL Server model. More...

#include <meshx_ble_mesh_light_srv.h>

Collaboration diagram for meshx_light_ctl_srv:
Collaboration graph

Data Fields

meshx_model_t model
 
meshx_light_ctl_srv_state_t state
 

Detailed Description

Structure representing the Light CTL Server model.

This structure contains the model and state information for the Light CTL Server.

Definition at line 245 of file meshx_ble_mesh_light_srv.h.

Field Documentation

◆ model

meshx_model_t meshx_light_ctl_srv::model

Light CTL Server model

Definition at line 247 of file meshx_ble_mesh_light_srv.h.

◆ state

meshx_light_ctl_srv_state_t meshx_light_ctl_srv::state

State of the Light CTL Server

Definition at line 248 of file meshx_ble_mesh_light_srv.h.


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