syntex-automation
Advanced tools
Comparing version 1.2.1-b15 to 1.2.1-b16
{ | ||
"name": "syntex-automation", | ||
"version": "1.2.1-b15", | ||
"version": "1.2.1-b16", | ||
"description": "An automation system for your smart home", | ||
@@ -5,0 +5,0 @@ "main": "main.js", |
@@ -415,3 +415,3 @@ module.exports = class Automation | ||
{ | ||
this.EventManager.setOutputStream('automationSuccess', { sender : this }, { automation, trigger }); | ||
this.EventManager.setOutputStream('automationSuccess', { sender : this }, { automation : { id : automation.id, name : automation.name }, trigger : { name : trigger.name }}); | ||
} | ||
@@ -418,0 +418,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
24689