Added Temperature sensor and Fan

This commit is contained in:
Foxi352 2016-09-09 18:12:18 +02:00
parent 1d85cbe1ed
commit 3ed830ecee

View File

@ -192,7 +192,7 @@ SmartHomeNGAccessory.prototype = {
// Respond to identify request // Respond to identify request
identify: function(callback) { identify: function(callback) {
this.log("Identify request for '" + this.device.name + "'."); this.log("Identify request for '" + this.name + "'.");
callback(); callback();
}, },