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_model_lightness.hpp File Reference

Header file for MeshX Light Lightness Models This file contains the declarations and definitions for the MeshX Light Lightness Models, including the Light Lightness Server and Client models for basic brightness control. More...

Go to the source code of this file.

Data Structures

struct  meshx_light_lightness_model_state
 Structure to hold the Light Lightness model state. More...
struct  meshx_light_lightness_send_params
 Structure to hold the parameters for sending a Light Lightness message. More...

Macros

#define MESHX_LIGHT_LIGHTNESS_CLIENT_MODEL_TEMPLATE_PROTO
#define MESHX_LIGHT_LIGHTNESS_CLIENT_MODEL_TEMPLATE_PARAMS
#define MESHX_LIGHT_LIGHTNESS_SERVER_MODEL_TEMPLATE_PROTO
#define MESHX_LIGHT_LIGHTNESS_SERVER_MODEL_TEMPLATE_PARAMS

Typedefs

using meshx_light_lightness_model_state_t = struct meshx_light_lightness_model_state
using meshx_light_lightness_send_params_t = struct meshx_light_lightness_send_params

Detailed Description

Header file for MeshX Light Lightness Models This file contains the declarations and definitions for the MeshX Light Lightness Models, including the Light Lightness Server and Client models for basic brightness control.

Key Features:

  • Implements Bluetooth SIG-defined Light Lightness model
  • Inherits from meshXServerModel and meshXClientModel templates
  • Provides standard Light Lightness control operations
  • Integrates with MeshX transmission control
Author
Pranjal Chanda
Date
2024-2025

Macro Definition Documentation

◆ MESHX_LIGHT_LIGHTNESS_CLIENT_MODEL_TEMPLATE_PARAMS

#define MESHX_LIGHT_LIGHTNESS_CLIENT_MODEL_TEMPLATE_PARAMS

◆ MESHX_LIGHT_LIGHTNESS_CLIENT_MODEL_TEMPLATE_PROTO

#define MESHX_LIGHT_LIGHTNESS_CLIENT_MODEL_TEMPLATE_PROTO

◆ MESHX_LIGHT_LIGHTNESS_SERVER_MODEL_TEMPLATE_PARAMS

#define MESHX_LIGHT_LIGHTNESS_SERVER_MODEL_TEMPLATE_PARAMS

◆ MESHX_LIGHT_LIGHTNESS_SERVER_MODEL_TEMPLATE_PROTO

#define MESHX_LIGHT_LIGHTNESS_SERVER_MODEL_TEMPLATE_PROTO

Typedef Documentation

◆ meshx_light_lightness_model_state_t

◆ meshx_light_lightness_send_params_t