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(); },