Ver código fonte

Minor Fix

master
Massimo 5 anos atrás
pai
commit
ba656d14e0
4 arquivos alterados com 8 adições e 3 exclusões
  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 Ver arquivo

@@ -3,6 +3,10 @@

<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>
<b>Version 1.0.10</b><br/>
- Fix a possible issue in the "Interrupt Flow", if the trigger topic contains special characters.</br>

+ 1
- 1
README.md Ver arquivo

@@ -66,7 +66,7 @@ If checked, the input values are retained after a node-red reboot. That means, t
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.


+ 2
- 1
boolean-logic-ultimate/InterruptFlowUltimate.html Ver arquivo

@@ -56,7 +56,8 @@
<a href="http://eepurl.com/gJm095" target="_blank">Subscribe to my channel</a> for news about my nodes.
</p>
<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>
<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 Ver arquivo

@@ -1,6 +1,6 @@
{
"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",
"author": "Supergiovane (https://github.com/Supergiovane)",
"dependencies": {

Carregando…
Cancelar
Salvar