Massimo 5 年之前
父節點
當前提交
f888b843b9
共有 3 個檔案被更改,包括 8 行新增2 行删除
  1. +3
    -1
      boolean-logic-ultimate/BooleanLogicUltimate.html
  2. +2
    -0
      boolean-logic-ultimate/FilterUltimate.html
  3. +3
    -1
      boolean-logic-ultimate/InvertUltimate.html

+ 3
- 1
boolean-logic-ultimate/BooleanLogicUltimate.html 查看文件

@@ -140,7 +140,9 @@
</script>

<script type="text/x-red" data-help-name="BooleanLogicUltimate">
<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>
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/>
- Output "AND": true or false<br/>
- Output "OR": true or false<br/>

+ 2
- 0
boolean-logic-ultimate/FilterUltimate.html 查看文件

@@ -44,4 +44,6 @@
<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.
</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>

</script>

+ 3
- 1
boolean-logic-ultimate/InvertUltimate.html 查看文件

@@ -30,5 +30,7 @@
<script type="text/x-red" data-help-name="InvertUltimate">
<p>A node that emits the inverted input value.<br/>
The status indicator represents the output value.
</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>

</script>

Loading…
取消
儲存