Added Temperature sensor and Fan
This commit is contained in:
parent
1d85cbe1ed
commit
3ed830ecee
2
index.js
2
index.js
@ -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();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user