From 3ed830ecee053d3d4a6af16f971bbb953c77a76c Mon Sep 17 00:00:00 2001 From: Foxi352 Date: Fri, 9 Sep 2016 18:12:18 +0200 Subject: [PATCH] Added Temperature sensor and Fan --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 4e0a46a..7215a1b 100755 --- a/index.js +++ b/index.js @@ -192,7 +192,7 @@ SmartHomeNGAccessory.prototype = { // Respond to identify request identify: function(callback) { - this.log("Identify request for '" + this.device.name + "'."); + this.log("Identify request for '" + this.name + "'."); callback(); },