более стандартные имена методов

This commit is contained in:
Dmitry Borisenko
2022-09-22 22:55:04 +02:00
parent 8a3d061bd7
commit b1fe6af04d
6 changed files with 24 additions and 22 deletions

View File

@@ -78,8 +78,8 @@ void webSocketEvent(uint8_t num, WStype_t type, uint8_t* payload, size_t length)
// (*it)->setTodayDate();
//}
if ((*it)->getSubtype() == "Loging") {
(*it)->setPublishType(2, num);
(*it)->sendChart();
(*it)->setPublishDestination(2, num);
(*it)->publishValue();
}
}
}