homebridge-syntex-dynamic-platform
Advanced tools
Comparing version 1.0.8-b87 to 1.0.8-b88
{ | ||
"name": "homebridge-syntex-dynamic-platform", | ||
"version": "1.0.8-b87", | ||
"version": "1.0.8-b88", | ||
"description": "A Dynamic Platform Accessory", | ||
@@ -12,4 +12,4 @@ "main": "main.js", | ||
"dependencies": { | ||
"syntex-automation": "1.2.1-b29", | ||
"syntex-basic": "1.0.0-b18", | ||
"syntex-automation": "1.2.1-b30", | ||
"syntex-basic": "1.0.0-b19", | ||
"syntex-filesystem": "1.0.3-b10", | ||
@@ -16,0 +16,0 @@ "syntex-logger": "1.0.9-b3", |
@@ -163,3 +163,3 @@ module.exports = class BaseService | ||
this.EventManager.setOutputStream('stateUpdate', { sender : this }, { type : 'READ', service : { id : this.id, letters : this.letters, name : this.name }, state : this.getValues() }); | ||
this.EventManager.setOutputStream('stateUpdate', { sender : this, verbose : false }, { type : 'READ', service : { id : this.id, letters : this.letters, name : this.name }, state : this.getValues() }); | ||
@@ -194,3 +194,3 @@ this.ContextManager.updateContext(this.id, this.letters, state, true); | ||
this.EventManager.setOutputStream('stateUpdate', { sender : this }, { type : 'WRITE', service : { id : this.id, letters : this.letters, name : this.name }, state : this.getValues() }); | ||
this.EventManager.setOutputStream('stateUpdate', { sender : this, verbose : false }, { type : 'WRITE', service : { id : this.id, letters : this.letters, name : this.name }, state : this.getValues() }); | ||
@@ -197,0 +197,0 @@ this.ContextManager.updateContext(this.id, this.letters, this.getValues()); |
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
102418
+ Addedsyntex-automation@1.2.1-b30(transitive)
+ Addedsyntex-basic@1.0.0-b19(transitive)
- Removedsyntex-automation@1.2.1-b29(transitive)
- Removedsyntex-basic@1.0.0-b18(transitive)
Updatedsyntex-automation@1.2.1-b30
Updatedsyntex-basic@1.0.0-b19