|
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.
|
MeshX Element class and interface definations. More...
#include <meshx_element_class.hpp>#include <meshx_element_registry.hpp>#include <generic_model/meshx_model_onoff.hpp>#include <generic_model/meshx_model_level.hpp>#include <generic_model/meshx_model_location.hpp>#include <generic_model/meshx_model_battery.hpp>#include <generic_model/meshx_model_power_level.hpp>#include <light_model/meshx_model_ctl.hpp>#include <light_model/meshx_model_hsl.hpp>#include <light_model/meshx_model_lightness.hpp>MeshX Element class and interface definations.
This file contains the meshXElement class and its interface meshXElementIF. The meshXElement class represents an element in the MeshX BLE mesh network, while the meshXElementIF interface defines the callback function for model events.