syntex-automation
Advanced tools
Comparing version 1.2.1-b7 to 1.2.1-b8
{ | ||
"name": "syntex-automation", | ||
"version": "1.2.1-b7", | ||
"version": "1.2.1-b8", | ||
"description": "An automation system for your smart home", | ||
@@ -5,0 +5,0 @@ "main": "main.js", |
@@ -410,3 +410,3 @@ const axios = require('axios'); | ||
{ | ||
this.platform.bridgeConnection.send('/serverside/push', { notification : { type : 'automation-' + automation.id, body : '[' + trigger.name + '] hat die Automation [' + automation.name + '] ausgeführt!' }}); | ||
this.platform.bridgeConnection.send('/serverside/push', { notification : { type : 'push-automation-' + automation.id, body : '[' + trigger.name + '] hat die Automation [' + automation.name + '] ausgeführt!' }}); | ||
} | ||
@@ -413,0 +413,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
22551