Fix whitespace

This commit is contained in:
Sebastian Maier 2020-10-13 04:08:26 +02:00
parent 0155a5557e
commit 988d2ada35
2 changed files with 103 additions and 104 deletions

View File

@ -14,7 +14,6 @@ function SmartHomeNGConnection(platform, log, host, port) {
this.shng_host = host;
this.shng_port = port;
}
SmartHomeNGConnection.prototype.init = function () {

View File

@ -267,7 +267,7 @@ SmartHomeNGAccessory.prototype = {
monitoring.push({name: name, characteristic: characteristic.displayName, item: shngitem, callback: callback, inverted: inverted});
},
/** get methods
/** get methods
*
*/
getState: function(callback, shngitem, inverted) {