|
LSH-Core
A robust C++ framework for Arduino-based home automation nodes
|
"static class" used to configure the device. More...
#include <configurator.hpp>

Static Public Member Functions | |
| static void | configure () |
| The main user-defined device configuration function. | |
| static void | finalizeSetup () |
| Final steps of configuration, must be called after configuration(). | |
"static class" used to configure the device.
|
static |
The main user-defined device configuration function.
This function is implemented by the user in their src/configs/device.cpp file. It is responsible for instantiating all Actuator, Clickable, and Indicator objects and defining their relationships and behaviors.
