node-red-contrib-sia-ultimate
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -11,3 +11,3 @@ # node-red-contrib-sia-ultimate | ||
<p> | ||
<b>Version 1.0.8</b> - April 2023<br/> | ||
<b>Version 1.0.9</b> - April 2023<br/> | ||
- FIX: fixed a crash when you select a server port already used by another service.<br/> | ||
@@ -14,0 +14,0 @@ </p> |
@@ -483,2 +483,12 @@ | ||
onClientConnectedUDP(serverudp); | ||
// 27 /03 / 2024 handle connection error | ||
serverudp.on('error', function (e) { | ||
RED.log.error('siaendpointConfig: UDP Connection: servertcp.on(error) error: ' + e); | ||
// node.nodeClients.forEach(oClient => { | ||
// oClient.sendPayload({ errorDescription: e }); | ||
// }) | ||
}); | ||
serverudp.bind(node.port, () => { | ||
@@ -485,0 +495,0 @@ try { |
{ | ||
"name": "node-red-contrib-sia-ultimate", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "Connect your SIA-DCS compatible alarm system to node-red. It works with Ajax System too.", | ||
@@ -5,0 +5,0 @@ "author": "Supergiovane (https://github.com/Supergiovane)", |
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
126513
1046