Merge pull request #9 from Sebastian-Maier/fix_whitespace

Whitespace fixes
This commit is contained in:
Serge Wagener 2020-10-20 14:26:43 +02:00 committed by GitHub
commit fed84cb1da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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_host = host;
this.shng_port = port; this.shng_port = port;
} }
SmartHomeNGConnection.prototype.init = function () { 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}); 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) {