homebridge-syntex-magichome
Advanced tools
Comparing version 1.0.0-b13 to 1.0.0-b14
{ | ||
"name": "homebridge-syntex-magichome", | ||
"version": "1.0.0-b13", | ||
"version": "1.0.0-b14", | ||
"description": "Homebridge Plugin for MagicHome LED Strips with preset scenes", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -84,3 +84,3 @@ // | ||
const self = this | ||
this.storage.init({ dir: path.join(persistPath, 'magichome-platform'), forgiveParseErrors: true, ttl: false, logging: false }) | ||
this.storage.init({ dir: path.join(persistPath, 'syntex-magichome'), forgiveParseErrors: true, ttl: false, logging: false }) | ||
.then(() => { | ||
@@ -87,0 +87,0 @@ return self.getCachedAddress() |
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
103086