mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 14:42:18 +03:00
Упрощаем работу с хуком получения MQTT
This commit is contained in:
@@ -175,7 +175,7 @@ void IoTItem::checkIntFromNet() {
|
||||
|
||||
void IoTItem::onRegEvent(IoTItem* item) {}
|
||||
|
||||
void IoTItem::onMqttRecive(char* topic, uint8_t* payload, size_t length) {}
|
||||
void IoTItem::onMqttRecive(String& topic, String& msg) {}
|
||||
|
||||
void IoTItem::publishValue() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user