node-red-contrib-boolean-logic-ultimate
Advanced tools
Comparing version 1.0.7 to 1.0.9
# node-red-contrib-boolean-logic-ultimate | ||
<p> | ||
<b>Version 1.0.9</b><br/> | ||
- Added "Interrupt Flow" node. Whenever the node receives a payload = false from a specific topic, it stops output messages to the flow. As soon it receives payload = true from this topic, the output messages start to flow out again.</br> | ||
</p> | ||
<p> | ||
<b>Version 1.0.8</b><br/> | ||
- Updated Help | ||
</p> | ||
<p> | ||
<b>Version 1.0.7</b><br/> | ||
@@ -4,0 +13,0 @@ - Node node shows "f" when "filter true" is selected and "t" (triggername) when "trigger only by single topic" is selected.<br/> |
{ | ||
"name": "node-red-contrib-boolean-logic-ultimate", | ||
"version": "1.0.7", | ||
"version": "1.0.9", | ||
"description": "A set of Node-RED enhanced boolean logic, with persisten values after reboot and more", | ||
@@ -25,5 +25,7 @@ "author": "Supergiovane (https://github.com/Supergiovane)", | ||
"InvertUltimate": "boolean-logic-ultimate/InvertUltimate.js", | ||
"FilterUltimate": "boolean-logic-ultimate/FilterUltimate.js" | ||
"FilterUltimate": "boolean-logic-ultimate/FilterUltimate.js", | ||
"InterruptFlowUltimate": "boolean-logic-ultimate/InterruptFlowUltimate.js" | ||
} | ||
} | ||
} |
@@ -33,2 +33,8 @@ # node-red-contrib-boolean-logic-ultimate | ||
***Number of different topics to evaluate*** | ||
Set the number of different topics to be evaluated. The node will output a message to the flow, after this number of different topics arrives.<br/> | ||
<b> Remember: each input topic must be different. For example, if you set this field to 3, the node expects 3 different topics.</b><br/> | ||
***Filter output result*** | ||
@@ -82,15 +88,19 @@ <ol> | ||
## OTHER NODES | ||
# OTHER USEFUL NODES | ||
<b>Invert Ultimate</b><br /> | ||
**Interrupt Flow** | ||
Whenever this node receives a payload = false from a specific topic, it stops output messages to the flow. As soon it receives payload = true from this topic, the output messages start to flow out again. | ||
**Invert Ultimate** | ||
Outputs the inverted input. For example true -> false | ||
</p> | ||
<p> | ||
<b>Filter Ultimate</b><br /> | ||
**Filter Ultimate** | ||
This node has 2 outputs.<br /> | ||
If the input payload is true, the node will send <code>true</code> on output 1 and nothing on oputput 2<br /> | ||
If the input payload is false, the node will send nothing on output 1, and <code>false</code> on oputput 2<br /> | ||
</p> | ||
[license-image]: https://img.shields.io/badge/license-MIT-blue.svg | ||
@@ -97,0 +107,0 @@ [license-url]: https://github.com/Supergiovane/node-red-contrib-boolean-logic-ultimate/master/LICENSE |
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
38787
13
374
110