homebridge-syntex-magichome
Advanced tools
Comparing version 1.0.0-b21 to 1.0.0-b22
{ | ||
"name": "homebridge-syntex-magichome", | ||
"version": "1.0.0-b21", | ||
"version": "1.0.0-b22", | ||
"description": "Homebridge Plugin for MagicHome LED Strips with preset scenes", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -39,3 +39,3 @@ // | ||
const self = this | ||
const cmd = path.join(__dirname, '../flux_led.py ' + lightAgent.getAddress(address) + command) | ||
const cmd = path.join(__dirname, '../flux_led_new.py ' + lightAgent.getAddress(address) + command) | ||
if (self.homebridge.debug) { | ||
@@ -42,0 +42,0 @@ self.log(cmd) |
@@ -141,3 +141,3 @@ // | ||
const self = this | ||
const cmd = path.join(__dirname, '../flux_led.py') | ||
const cmd = path.join(__dirname, '../flux_led_new.py') | ||
self.log('Discovering Devices') | ||
@@ -144,0 +144,0 @@ this.proc = spawn(cmd, ['-s']) |
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
136615
17