homebridge-syntex-magichome
Advanced tools
Comparing version 1.0.0-b4 to 1.0.0-b5
{ | ||
"name": "homebridge-syntex-magichome", | ||
"version": "1.0.0-b4", | ||
"version": "1.0.0-b5", | ||
"description": "Homebridge Plugin for MagicHome LED Strips with preset scenes", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -20,3 +20,3 @@ const convert = require('color-convert'); | ||
this.updateState(); | ||
}, 3000); | ||
}.bind(this), 3000); | ||
} | ||
@@ -23,0 +23,0 @@ |
@@ -57,3 +57,3 @@ const LightBulb = require('./accessories/lightBulb'); | ||
newLightConfig.debug = /*this.config.debug || */false; | ||
newLightConfig.debug = this.config.debug || false; | ||
@@ -60,0 +60,0 @@ this.lights.push(new LightBulb(newLightConfig, this.log, homebridge)); |
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
99796