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

Introduction

Welcome to the official documentation for LSH-Core, the heart of the Labo Smart Home (LSH) ecosystem.

This documentation provides all the information you need to integrate and leverage the lsh-core library in your own PlatformIO projects.

API Reference

Explore the core classes of the library to understand how it all works.

  • Configurator: The static class used to configure your devices.
  • Clickable: Manages button inputs and the logic for short, long, and super-long clicks.
  • Actuator: Controls physical outputs like relays.
  • Indicator: Manages status LEDs linked to actuators.