Добавляем хук для возможности реагирования на сообщения из Mqtt

из любого модуля.
This commit is contained in:
2022-11-25 13:45:50 +03:00
parent 5dce817580
commit ae389b770e
3 changed files with 9 additions and 1 deletions

View File

@@ -175,6 +175,8 @@ void IoTItem::checkIntFromNet() {
void IoTItem::onRegEvent(IoTItem* item) {}
void IoTItem::onMqttRecive(char* topic, uint8_t* payload, size_t length) {}
void IoTItem::publishValue() {}
void IoTItem::clearValue() {}