syntex-automation
Advanced tools
Comparing version 1.2.1-b14 to 1.2.1-b15
{ | ||
"name": "syntex-automation", | ||
"version": "1.2.1-b14", | ||
"version": "1.2.1-b15", | ||
"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('sendNotification', {}, { notification : { type : 'push-automation-' + automation.id, body : '[' + trigger.name + '] hat die Automation [' + automation.name + '] ausgeführt!' }}); | ||
this.EventManager.setOutputStream('automationSuccess', { sender : this }, { automation, trigger }); | ||
} | ||
@@ -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
24615