homebridge-syntex-magichome
Advanced tools
Comparing version 1.0.0-b30 to 1.0.0-b31
{ | ||
"name": "homebridge-syntex-magichome", | ||
"version": "1.0.0-b30", | ||
"version": "1.0.0-b31", | ||
"description": "Homebridge Plugin for MagicHome LED Strips with preset scenes", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -46,3 +46,3 @@ const cp = require('child_process') | ||
this.log(' ** Fetched Lights from Cache **'); | ||
this.log(devices); | ||
this.logger.debug(devices); | ||
@@ -60,3 +60,3 @@ return devices; | ||
this.log('Saving Lights'); | ||
this.log(data); | ||
this.logger.debug(data); | ||
@@ -194,3 +194,3 @@ this.storage.setItem(cacheKey, data).then(() => { | ||
self.log(newData); | ||
self.logger.debug(newData); | ||
self.cachedAddress = self.parseDevices(newData); | ||
@@ -201,3 +201,3 @@ }); | ||
self.log('Error : ' + data) | ||
self.logger.log('error', 'bridge', 'Bridge', 'Error : ' + data) | ||
}); | ||
@@ -216,3 +216,3 @@ | ||
this.log(this.cachedAddress); | ||
this.logger.debug(this.cachedAddress); | ||
@@ -219,0 +219,0 @@ setTimeout(this.getDevices.bind(this), this.pollingInterval); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
104731