Fix whitespace
This commit is contained in:
parent
0155a5557e
commit
988d2ada35
@ -14,7 +14,6 @@ function SmartHomeNGConnection(platform, log, host, port) {
|
|||||||
|
|
||||||
this.shng_host = host;
|
this.shng_host = host;
|
||||||
this.shng_port = port;
|
this.shng_port = port;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
SmartHomeNGConnection.prototype.init = function () {
|
SmartHomeNGConnection.prototype.init = function () {
|
||||||
|
|||||||
2
index.js
2
index.js
@ -267,7 +267,7 @@ SmartHomeNGAccessory.prototype = {
|
|||||||
monitoring.push({name: name, characteristic: characteristic.displayName, item: shngitem, callback: callback, inverted: inverted});
|
monitoring.push({name: name, characteristic: characteristic.displayName, item: shngitem, callback: callback, inverted: inverted});
|
||||||
},
|
},
|
||||||
|
|
||||||
/** get methods
|
/** get methods
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
getState: function(callback, shngitem, inverted) {
|
getState: function(callback, shngitem, inverted) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user