homebridge-syntex-magichome
Advanced tools
Comparing version 1.0.0-b33 to 1.0.0-b34
{ | ||
"name": "homebridge-syntex-magichome", | ||
"version": "1.0.0-b33", | ||
"version": "1.0.0-b34", | ||
"description": "Homebridge Plugin for MagicHome LED Strips with preset scenes", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -47,3 +47,3 @@ var server = exports; | ||
server.addPage() = function(path, html, callback) | ||
server.addPage = function(path, html, callback) | ||
{ | ||
@@ -50,0 +50,0 @@ pages.push({ path : path, html : html, callback : callback }); |
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
106307