allow to configure the mqtt path

This commit is contained in:
technyon
2022-04-02 19:10:42 +02:00
parent a6d59af73b
commit 623eccda1e
6 changed files with 98 additions and 24 deletions

View File

@@ -3,6 +3,7 @@
#define preference_deviceId "deviceId"
#define preference_mqtt_broker "mqttbroker"
#define preference_mqtt_broker_port "mqttport"
#define preference_mqtt_path "mqttpath"
#define preference_query_interval_lockstate "lockStInterval"
#define preference_query_interval_battery "batInterval"