From 6389e1a0e69e599e23e1ff900fe4ba13cd4458d6 Mon Sep 17 00:00:00 2001 From: Justin Hammond Date: Wed, 6 Nov 2019 11:28:57 +0800 Subject: [PATCH] fix up Value Topic (Singular) --- 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 48f62e6..bcfd270 100644 --- a/qt-ozwdaemon/mqttpublisher.h +++ b/qt-ozwdaemon/mqttpublisher.h @@ -17,7 +17,7 @@ class MqttCommands; #define MQTT_OZW_STATS_TOPIC "statistics/" #define MQTT_OZW_STATUS_TOPIC "status/" #define MQTT_OZW_NODE_TOPIC "node/%1/" -#define MQTT_OZW_VID_TOPIC "node/%1/values/%2/" +#define MQTT_OZW_VID_TOPIC "node/%1/value/%2/" #define MQTT_OZW_COMMAND_TOPIC "command/%1/" #define MQTT_OZW_RESPONSE_TOPIC "event/%1/"