homebridge-syntex-magichome
Advanced tools
Comparing version 1.0.0-b34 to 1.0.0-b35
{ | ||
"name": "homebridge-syntex-magichome", | ||
"version": "1.0.0-b34", | ||
"version": "1.0.0-b35", | ||
"description": "Homebridge Plugin for MagicHome LED Strips with preset scenes", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -32,3 +32,3 @@ const LightBulb = require('./accessories/lightBulb'); | ||
server.addPage('/test', '<h1>Hallo Welt</h1>', () => { logger.debug('TEST') }); | ||
server.addPage('/test', '<h1>Hallo Welt</h1>', () => { logger.debug(this) }); | ||
@@ -35,0 +35,0 @@ lightAgent.setLogger(logger); |
@@ -27,3 +27,3 @@ var server = exports; | ||
{ | ||
pages[i].callback(); | ||
pages[i].callback().bind(response); | ||
@@ -30,0 +30,0 @@ response.write(pages[i].html); |
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
106320