refactor NetworkDevice interface to work with new esp mqtt lib

This commit is contained in:
technyon
2023-01-28 17:17:46 +01:00
parent a6010a7f49
commit 5853b0dc0e
24 changed files with 493 additions and 287 deletions

View File

@@ -1,6 +1,6 @@
#pragma once
#define NUKI_HUB_VERSION "7.3-esp-mqtt-5"
#define NUKI_HUB_VERSION "7.3-esp-mqtt-6"
#define MQTT_QOS_LEVEL 1
#define MQTT_CLEAN_SESSIONS false