homebridge-syntex-dynamic-platform
Advanced tools
Comparing version 1.0.8-b51 to 1.0.8-b52
{ | ||
"name": "homebridge-syntex-dynamic-platform", | ||
"version": "1.0.8-b51", | ||
"version": "1.0.8-b52", | ||
"description": "A Dynamic Platform Accessory", | ||
@@ -5,0 +5,0 @@ "main": "main.js", |
@@ -63,3 +63,3 @@ const BaseService = require('../base'); | ||
this.AutomationSystem.LogikEngine.runAutomation(this, state); | ||
this.AutomationSystem.LogikEngine.runAutomation(this, { value : this.value, target : this.target, state : this.state }); | ||
}; | ||
@@ -66,0 +66,0 @@ } |
@@ -59,3 +59,3 @@ const DimmedBulbService = require('./dimmedBulb'); | ||
this.AutomationSystem.LogikEngine.runAutomation(this, state); | ||
this.AutomationSystem.LogikEngine.runAutomation(this, { value : this.value, hue : this.hue, saturation : this.saturation, brightness : this.brightness }); | ||
}; | ||
@@ -62,0 +62,0 @@ } |
@@ -48,3 +48,3 @@ const LightBulbService = require('./lightBulb'); | ||
this.AutomationSystem.LogikEngine.runAutomation(this, state); | ||
this.AutomationSystem.LogikEngine.runAutomation(this, { value : this.value, brightness : this.brightness }); | ||
}; | ||
@@ -51,0 +51,0 @@ } |
@@ -82,3 +82,3 @@ const BaseService = require('../base'); | ||
this.AutomationSystem.LogikEngine.runAutomation(this, state); | ||
this.AutomationSystem.LogikEngine.runAutomation(this, { value : this.value, target : this.target, state : this.state, mode : this.mode }); | ||
}; | ||
@@ -85,0 +85,0 @@ } |
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
80250