From 663c93599b4c697ca69bec51a99adae37e22c898 Mon Sep 17 00:00:00 2001 From: Justin Hammond Date: Tue, 12 Nov 2019 13:34:52 +0800 Subject: [PATCH] Topic should not begin with / - Thanks Freshcoast --- qt-ozwdaemon/mqttpublisher.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt-ozwdaemon/mqttpublisher.h b/qt-ozwdaemon/mqttpublisher.h index 7854660..2f16cfa 100644 --- a/qt-ozwdaemon/mqttpublisher.h +++ b/qt-ozwdaemon/mqttpublisher.h @@ -12,7 +12,7 @@ class MqttCommands; -#define MQTT_OZW_TOP_TOPIC "/OpenZWave/%1/" +#define MQTT_OZW_TOP_TOPIC "OpenZWave/%1/" #define MQTT_OZW_STATS_TOPIC "statistics/" #define MQTT_OZW_STATS_NODE_TOPIC "node/%1/statistics/" #define MQTT_OZW_STATUS_TOPIC "status/"