node-red-contrib-boolean-logic-ultimate
Advanced tools
Comparing version 1.1.17 to 1.1.18
@@ -93,3 +93,3 @@ | ||
this.on('input', function (msg) { | ||
const utils = require("./utils.js"); | ||
@@ -106,4 +106,4 @@ let sPayload = utils.fetchFromObject(msg, config.payloadPropName || "payload"); | ||
} else if (sPayload === false) { | ||
node.isPlaying = false; | ||
if (node.timerWait !== null) clearTimeout(node.timerWait); | ||
node.isPlaying = false; | ||
node.setNodeStatus({ fill: "red", shape: "dot", text: "Forced stop" }); | ||
@@ -110,0 +110,0 @@ } |
@@ -7,2 +7,6 @@ # node-red-contrib-boolean-logic-ultimate | ||
<p> | ||
<b>Version 1.1.18</b> September 2024<br/> | ||
- Impulse node: changed the STOP procedure.</br> | ||
</p> | ||
<p> | ||
<b>Version 1.1.17</b> September 2024<br/> | ||
@@ -9,0 +13,0 @@ - Railway Switcher: fixed an issue caused by fixing an issue for backward compatibility of true/false input msg. The node was emitting 0 and 1 instead of true and false</br> |
{ | ||
"name": "node-red-contrib-boolean-logic-ultimate", | ||
"version": "1.1.17", | ||
"version": "1.1.18", | ||
"description": "A set of Node-RED enhanced boolean logic and utility nodes, flow interruption, blinker, invert, filter, toggle etc.., with persistent values after reboot. Compatible also with Homeassistant values.", | ||
@@ -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
1332712