mirror of
https://github.com/lumapu/ahoy.git
synced 2025-08-06 09:58:23 +02:00
* prevent sending commands to inverter which isn't active #1387 * protect commands from popup in `/live` if password is set #1199
7 lines
353 B
C++
7 lines
353 B
C++
//-----------------------------------------------------------------------------
|
|
// 2024 Ahoy, https://github.com/lumpapu/ahoy
|
|
// Creative Commons - https://creativecommons.org/licenses/by-nc-sa/4.0/deed
|
|
//-----------------------------------------------------------------------------
|
|
|
|
#include "Protection.h"
|
|
Protection *Protection::mInstance = nullptr;
|