From f17922bcafe1f2f369c9be0f236570771c8ab214 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 1 Nov 2015 21:06:08 +0100 Subject: core: o Replacing 'sensor' with 'property'. --- src/web/DillerWeb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/web') 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 }; -- cgit v1.2.3