отправка данных графиков в веб интерфейс

This commit is contained in:
Dmitry Borisenko
2022-08-31 00:13:45 +02:00
parent 1c5de5b92e
commit d947e9da71
10 changed files with 46 additions and 20 deletions

View File

@@ -24,7 +24,7 @@ class IoTItem {
void regEvent(float value, String consoleInfo);
String getSubtype();
virtual void sendChart();
virtual void sendChart(bool mqtt);
String getID();
virtual String getValue();