homebridge-syntex-dynamic-platform
Advanced tools
Comparing version 1.0.0-b7 to 1.0.0-b8
{ | ||
"name": "homebridge-syntex-dynamic-platform", | ||
"version": "1.0.0-b7", | ||
"version": "1.0.0-b8", | ||
"description": "A Dynamic Platform Accessory", | ||
@@ -5,0 +5,0 @@ "main": "platform.js", |
@@ -80,7 +80,7 @@ const UniversalAccessory = require('./accessories/universal'); | ||
this.accessories = new Map(); | ||
if(api) | ||
{ | ||
this.api = api; | ||
/* | ||
this.api.on('didFinishLaunching', () => { | ||
@@ -144,2 +144,3 @@ | ||
}); | ||
*/ | ||
} | ||
@@ -146,0 +147,0 @@ } |
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
38239
946