node-red-contrib-boolean-logic-ultimate
Advanced tools
Comparing version 1.1.7 to 1.1.8
@@ -69,3 +69,2 @@ module.exports = function (RED) { | ||
// Sum | ||
if (!isNaN(ret) && isFinite(ret)) { | ||
@@ -72,0 +71,0 @@ if (msg.topic === node.config.topic1) node.topic1Value = ret; |
@@ -7,2 +7,6 @@ # node-red-contrib-boolean-logic-ultimate | ||
<p> | ||
<b>Version 1.1.7</b> Mai 2024<br/> | ||
- FIX Comparator node: fixed wrong results using minor and major comparator.</br> | ||
</p> | ||
<p> | ||
<b>Version 1.1.7</b> April 2024<br/> | ||
@@ -9,0 +13,0 @@ - Math node: <b>BREAKING CHANGE</b>: in SUBTRACT mode, now you must set a msg.topic to start subtracting from.</br> |
{ | ||
"name": "node-red-contrib-boolean-logic-ultimate", | ||
"version": "1.1.7", | ||
"version": "1.1.8", | ||
"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)", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1264666
1444