Przeglądaj źródła

Minor Fix

master
Massimo 5 lat temu
rodzic
commit
ba656d14e0
4 zmienionych plików z 8 dodań i 3 usunięć
  1. +4
    -0
      CHANGELOG.md
  2. +1
    -1
      README.md
  3. +2
    -1
      boolean-logic-ultimate/InterruptFlowUltimate.html
  4. +1
    -1
      package.json

+ 4
- 0
CHANGELOG.md Wyświetl plik



<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>

+ 1
- 1
README.md Wyświetl plik

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.



+ 2
- 1
boolean-logic-ultimate/InterruptFlowUltimate.html Wyświetl plik

<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>



+ 1
- 1
package.json Wyświetl plik

{ {
"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": {

Ładowanie…
Anuluj
Zapisz