<a href="http://eepurl.com/gJm095" target="_blank">Subscribe to my channel.</a> Only news about my nodes, no spam, no ads. I'm a github developer, not a merchant. | <a href="http://eepurl.com/gJm095" target="_blank">Subscribe to my channel.</a> Only news about my nodes, no spam, no ads. I'm a github developer, not a merchant. | ||||
<p> | |||||
<b>Version 1.0.11</b><br/> | |||||
- Enhanced help.</br> | |||||
</p> | |||||
<p> | <p> | ||||
<b>Version 1.0.10</b><br/> | <b>Version 1.0.10</b><br/> | ||||
- Fix a possible issue in the "Interrupt Flow", if the trigger topic contains special characters.</br> | - Fix a possible issue in the "Interrupt Flow", if the trigger topic contains special characters.</br> |
Every time you modify the node's config, <b>the retained values are cleared</b>.<br/> | Every time you modify the node's config, <b>the retained values are cleared</b>.<br/> | ||||
# INTERRUPT FLOWS | |||||
# INTERRUPT FLOWS ULTIMATE | |||||
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. | 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. | ||||
<a href="http://eepurl.com/gJm095" target="_blank">Subscribe to my channel</a> for news about my nodes. | <a href="http://eepurl.com/gJm095" target="_blank">Subscribe to my channel</a> for news about my nodes. | ||||
</p> | </p> | ||||
<p>The meaning of this node is to interrupt/reactivate flow messages.<br/> | <p>The meaning of this node is to interrupt/reactivate flow messages.<br/> | ||||
<p>The node will stop output messages, if it receives a payload = false from the specified topic.<br/> | |||||
<p>The node will stop output messages, if it receives a payload = false from the specified topic.<br/> | |||||
The node will resume output messages, if it receives a payload = true from the specified topic.<br/> | |||||
</p> | </p> | ||||
<a href="https://www.paypal.me/techtoday" target="_blank"><img src='https://img.shields.io/badge/Donate-PayPal-blue.svg?style=flat-square' width='30%'></a> | <a href="https://www.paypal.me/techtoday" target="_blank"><img src='https://img.shields.io/badge/Donate-PayPal-blue.svg?style=flat-square' width='30%'></a> | ||||
{ | { | ||||
"name": "node-red-contrib-boolean-logic-ultimate", | "name": "node-red-contrib-boolean-logic-ultimate", | ||||
"version": "1.0.10", | |||||
"version": "1.0.11", | |||||
"description": "A set of Node-RED enhanced boolean logic, with persisten values after reboot and more", | "description": "A set of Node-RED enhanced boolean logic, with persisten values after reboot and more", | ||||
"author": "Supergiovane (https://github.com/Supergiovane)", | "author": "Supergiovane (https://github.com/Supergiovane)", | ||||
"dependencies": { | "dependencies": { |