homebridge-syntex-magichome
Advanced tools
Comparing version 1.0.0-b47 to 1.0.0-b48
{ | ||
"name": "homebridge-syntex-magichome", | ||
"version": "1.0.0-b47", | ||
"version": "1.0.0-b48", | ||
"description": "Homebridge Plugin for MagicHome LED Strips with preset scenes", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -111,3 +111,3 @@ const LightBulb = require('./accessories/lightBulb'); | ||
response.write(found != null ? found : 'Error'); | ||
response.write(found != null ? JSON.stringify(found) : 'Error'); | ||
} | ||
@@ -114,0 +114,0 @@ else |
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
108042