new NextionUpload + Telegram_v2

This commit is contained in:
Mit4el
2023-11-13 23:55:05 +03:00
parent 8ae5c07302
commit 5f1a9b23e5
5 changed files with 233 additions and 3 deletions

View File

@@ -206,6 +206,9 @@ bool IoTItem::isTracking(IoTItem* item) {
void IoTItem::sendTelegramMsg(bool often, String msg) {}
void IoTItem::sendFoto(uint8_t *buf, uint32_t length, const String &name) {}
void IoTItem::editFoto(uint8_t *buf, uint32_t length, const String &name) {}
// для обновления экрана Nextion из телеграм
void IoTItem::uploadNextionTlgrm(String &url) {}
// методы для графиков (будет упрощено)
void IoTItem::publishValue() {}
void IoTItem::clearValue() {}