добавил название параметра

This commit is contained in:
Dmitry Borisenko
2021-12-19 22:36:52 +01:00
parent b0e06707bd
commit fd09ec9d6b
4 changed files with 7 additions and 3 deletions

View File

@@ -25,6 +25,7 @@ class SensorAny {
String _addr;
String _type;
String _val;
String _descr;
unsigned long prevMillis;
unsigned long difference;