syntex-automation
Advanced tools
Comparing version 1.2.1-b13 to 1.2.1-b14
{ | ||
"name": "syntex-automation", | ||
"version": "1.2.1-b13", | ||
"version": "1.2.1-b14", | ||
"description": "An automation system for your smart home", | ||
@@ -5,0 +5,0 @@ "main": "main.js", |
@@ -413,5 +413,5 @@ module.exports = class Automation | ||
if(this.platform.bridgeConnection != null) | ||
if(this.EventManager != null) | ||
{ | ||
this.platform.bridgeConnection.send('/serverside/push', { notification : { type : 'push-automation-' + automation.id, body : '[' + trigger.name + '] hat die Automation [' + automation.name + '] ausgeführt!' }}); | ||
this.EventManager.setOutputStream('sendNotification', {}, { notification : { type : 'push-automation-' + automation.id, body : '[' + trigger.name + '] hat die Automation [' + automation.name + '] ausgeführt!' }}); | ||
} | ||
@@ -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
24730