mirror of
https://github.com/Fishwaldo/qt-openzwave.git
synced 2025-07-06 13:18:19 +00:00
fix up Value Topic (Singular)
This commit is contained in:
parent
2b351cf6bf
commit
6389e1a0e6
1 changed files with 1 additions and 1 deletions
|
@ -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/"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue