node-red-contrib-boolean-logic-ultimate
Advanced tools
Comparing version 1.1.6 to 1.1.7
@@ -125,3 +125,3 @@ module.exports = function (RED) { | ||
} | ||
setNodeStatus({ fill: "green", shape: "dot", text: "Sum " + msg.payload }); | ||
setNodeStatus({ fill: "green", shape: "dot", text: node.math + " " + msg.payload }); | ||
node.send(msg); | ||
@@ -128,0 +128,0 @@ }); |
@@ -7,4 +7,4 @@ # node-red-contrib-boolean-logic-ultimate | ||
<p> | ||
<b>Version 1.1.6</b> April 2024<br/> | ||
- Math node: in SUBTRACT mode, now you must set a msg.topic to start subtracting from.</br> | ||
<b>Version 1.1.7</b> April 2024<br/> | ||
- Math node: <b>BREAKING CHANGE</b>: in SUBTRACT mode, now you must set a msg.topic to start subtracting from.</br> | ||
</p> | ||
@@ -11,0 +11,0 @@ <p> |
{ | ||
"name": "node-red-contrib-boolean-logic-ultimate", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"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
1264767