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

Structure defines the payload for MESHX_ELEMENT_TYPE_LIGHT_HSL_SERVER. More...

#include <meshx_api.h>

Data Fields

union { 
   struct { 
      uint8_t   state 
   }   on_off
   struct { 
      uint16_t   lightness 
      uint16_t   hue 
      uint16_t   saturation 
   }   hsl
state_change

Detailed Description

Structure defines the payload for MESHX_ELEMENT_TYPE_LIGHT_HSL_SERVER.

Field Documentation

◆ [struct]

struct { ... } meshx_api_light_hsl_server_evt::hsl

◆ hue

uint16_t meshx_api_light_hsl_server_evt::hue

◆ lightness

uint16_t meshx_api_light_hsl_server_evt::lightness

◆ [struct]

struct { ... } meshx_api_light_hsl_server_evt::on_off

◆ saturation

uint16_t meshx_api_light_hsl_server_evt::saturation

◆ state

uint8_t meshx_api_light_hsl_server_evt::state

◆ [union]

union { ... } meshx_api_light_hsl_server_evt::state_change

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