оформление функционала в класс логирования

This commit is contained in:
Dmitry Borisenko
2022-08-25 15:46:19 +02:00
parent 71c4fb5651
commit 78760f6507
5 changed files with 77 additions and 74 deletions

View File

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