node-red-contrib-boolean-logic-ultimate
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -82,2 +82,3 @@ module.exports = function (RED) { | ||
if (node.topics.hasOwnProperty(row)) { | ||
++quantita; | ||
values.push(node.topics[row]); | ||
@@ -84,0 +85,0 @@ } |
@@ -7,2 +7,6 @@ # node-red-contrib-boolean-logic-ultimate | ||
<p> | ||
<b>Version 1.1.1</b> October 2023<br/> | ||
- Math node: FIX: fixed "measurement" and "average" not showing correct results when using the "subtract" option.</br> | ||
</p> | ||
<p> | ||
<b>Version 1.1.0</b> September 2023<br/> | ||
@@ -9,0 +13,0 @@ - NEW: Translator config node. Each boolean logic node can now translate the input payload to a boolean value. For example, you can add "done:true" to the translation table, to convert the input payload "done", to a boolean <i>TRUE</> value.</br> |
{ | ||
"name": "node-red-contrib-boolean-logic-ultimate", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"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
1262488
1426