LSH-Core
A robust C++ framework for Arduino-based home automation nodes
Loading...
Searching...
No Matches
Configurator Class Reference

"static class" used to configure the device. More...

#include <configurator.hpp>

Collaboration diagram for Configurator:
Collaboration graph

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().
 

Detailed Description

"static class" used to configure the device.

Member Function Documentation

◆ configure()

static void Configurator::configure ( )
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.

Here is the caller graph for this function:

The documentation for this class was generated from the following files: