mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
Добавляем хук для возможности реагирования на сообщения из Mqtt
из любого модуля.
This commit is contained in:
@@ -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() {}
|
||||
|
||||
Reference in New Issue
Block a user