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