homebridge-syntex-dynamic-platform
Advanced tools
Comparing version 1.0.8-b55 to 1.0.8-b56
{ | ||
"name": "homebridge-syntex-dynamic-platform", | ||
"version": "1.0.8-b55", | ||
"version": "1.0.8-b56", | ||
"description": "A Dynamic Platform Accessory", | ||
@@ -5,0 +5,0 @@ "main": "main.js", |
@@ -113,3 +113,3 @@ const DimmedBulbService = require('./dimmedBulb'); | ||
this.changedPower = true; | ||
this.changedValue = true; | ||
} | ||
@@ -144,7 +144,7 @@ | ||
if(this.changedPower) | ||
if(this.changedValue) | ||
{ | ||
powerCallback(() => { | ||
this.changedPower = false; | ||
this.changedValue = false; | ||
@@ -151,0 +151,0 @@ this.running = false; |
@@ -80,3 +80,3 @@ const LightBulbService = require('./lightBulb'); | ||
this.changedPower = true; | ||
this.changedValue = true; | ||
} | ||
@@ -97,7 +97,7 @@ | ||
if(this.changedPower) | ||
if(this.changedValue) | ||
{ | ||
powerCallback(() => { | ||
this.changedPower = false; | ||
this.changedValue = false; | ||
@@ -104,0 +104,0 @@ this.running = false; |
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