Завершаем перенос ButtonOut в новую систему классов, требуется доработка взаимодействия с виджитами

This commit is contained in:
2021-12-31 10:55:38 +03:00
parent 6b481de207
commit c002bafc1c
9 changed files with 118 additions and 170 deletions

View File

@@ -1,5 +1,6 @@
#pragma once
#include "Utils/JsonUtils.h"
#include <WString.h>
class IoTVariable {
@@ -10,9 +11,11 @@ class IoTVariable {
virtual String execute(String command);
virtual void selfExec();
virtual void loop();
virtual String getValue(String key);
void init(String key, String id);
void regEvent(String value, String consoleInfo);
String loadValue(String id);
String getKey();
String getID();