aboutsummaryrefslogtreecommitdiff
path: root/src/web/DillerWeb.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/DillerWeb.js')
-rw-r--r--src/web/DillerWeb.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/DillerWeb.js b/src/web/DillerWeb.js
index 5f52bde..4d032ed 100644
--- a/src/web/DillerWeb.js
+++ b/src/web/DillerWeb.js
@@ -145,7 +145,7 @@ function DillerWeb(config, mqttClient, tx) {
p = diller.updatePropertyAttributes(propertyId, attributes);
- var topic = '/diller/' + device.key + '/sensors/' + property.key + '/' + body.attribute;
+ var topic = '/diller/' + device.key + '/property/' + property.key + '/' + body.attribute;
var opts = {
retain: true
};