Browse Source

News

master
Massimo 5 years ago
parent
commit
d773b8a93f
6 changed files with 31 additions and 0 deletions
  1. +3
    -0
      CHANGELOG.md
  2. +5
    -0
      README.md
  3. +6
    -0
      boolean-logic-ultimate/BooleanLogicUltimate.html
  4. +6
    -0
      boolean-logic-ultimate/FilterUltimate.html
  5. +5
    -0
      boolean-logic-ultimate/InterruptFlowUltimate.html
  6. +6
    -0
      boolean-logic-ultimate/InvertUltimate.html

+ 3
- 0
CHANGELOG.md View File

# node-red-contrib-boolean-logic-ultimate # node-red-contrib-boolean-logic-ultimate
[![Donate via PayPal](https://img.shields.io/badge/Donate-PayPal-blue.svg?style=flat-square)](https://www.paypal.me/techtoday)

<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> <p>
<b>Version 1.0.10</b><br/> <b>Version 1.0.10</b><br/>

+ 5
- 0
README.md View File

[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
[![Donate via PayPal](https://img.shields.io/badge/Donate-PayPal-blue.svg?style=flat-square)](https://www.paypal.me/techtoday) [![Donate via PayPal](https://img.shields.io/badge/Donate-PayPal-blue.svg?style=flat-square)](https://www.paypal.me/techtoday)


[![Donate via PayPal](https://img.shields.io/badge/Donate-PayPal-blue.svg?style=flat-square)](https://www.paypal.me/techtoday)

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


## DESCRIPTION ## DESCRIPTION
The node performs Boolean logic on the incoming payloads.<br/> The node performs Boolean logic on the incoming payloads.<br/>
The node performs 3 checks (<b>AND,OR,XOR</b>) on the incoming boolean payloads and outputs the result at the same time, as follow:<br/> The node performs 3 checks (<b>AND,OR,XOR</b>) on the incoming boolean payloads and outputs the result at the same time, as follow:<br/>

+ 6
- 0
boolean-logic-ultimate/BooleanLogicUltimate.html View File

</script> </script>


<script type="text/x-red" data-help-name="BooleanLogicUltimate"> <script type="text/x-red" data-help-name="BooleanLogicUltimate">
<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>
and
<a href="http://eepurl.com/gJm095" target="_blank">Subscribe to my channel</a> for news about my nodes.
</p>
<p>The node performs Boolean logic on the incoming payloads.<br/> <p>The node performs Boolean logic on the incoming payloads.<br/>
<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>
<br/><br/> <br/><br/>

+ 6
- 0
boolean-logic-ultimate/FilterUltimate.html View File

</script> </script>


<script type="text/x-red" data-help-name="FilterUltimate"> <script type="text/x-red" data-help-name="FilterUltimate">
<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>
and
<a href="http://eepurl.com/gJm095" target="_blank">Subscribe to my channel</a> for news about my nodes.
</p>
<p>The node emits on output "true", only input payloads that are true<br/> <p>The node emits on output "true", only input payloads that are true<br/>
and on the output "false", only input payload that are false. and on the output "false", only input payload that are false.
</p> </p>

+ 5
- 0
boolean-logic-ultimate/InterruptFlowUltimate.html View File

</script> </script>


<script type="text/x-red" data-help-name="InterruptFlowUltimate"> <script type="text/x-red" data-help-name="InterruptFlowUltimate">
<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>
and
<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 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/>
</p> </p>

+ 6
- 0
boolean-logic-ultimate/InvertUltimate.html View File

</script> </script>


<script type="text/x-red" data-help-name="InvertUltimate"> <script type="text/x-red" data-help-name="InvertUltimate">
<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>
and
<a href="http://eepurl.com/gJm095" target="_blank">Subscribe to my channel</a> for news about my nodes.
</p>
<p>A node that emits the inverted input value.<br/> <p>A node that emits the inverted input value.<br/>
The status indicator represents the output value. The status indicator represents the output value.
</p> </p>

Loading…
Cancel
Save