瀏覽代碼

Wiki

master
Massimo 4 年之前
父節點
當前提交
4ab6bb4a09
共有 2 個檔案被更改,包括 4 行新增1 行删除
  1. +4
    -1
      README.md
  2. 二進制
      img/bl1.png

+ 4
- 1
README.md 查看文件

@@ -25,6 +25,7 @@ Hope you enjoy that and if you're in trouble, please ask!
The node performs Boolean logic on the incoming payloads.<br/>
The node expects a fixed number of topics (configured in the settings) on which it will operate. It will only output a value
when it has seen the expected number of topics. If it ever sees more than the configured number of topics it will log a message then reset its state and start over.<br/>
The input message is preserved and passed to the output pin, changing only the topic and the payload.

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/>
@@ -72,13 +73,15 @@ Whenever this node receives a payload = false from a specific topic, it stops ou

# INVERT ULTIMATE

Outputs the inverted input. For example true -> false
Outputs the inverted input. For example true -> false<br />
The input message is preserved and passed to the output pin, changing only the topic and the payload. If the input message has it's own topic, it'll be preserved as well.

# FILTER ULTIMATE

This node has 2 outputs.<br />
If the input payload is true, the node will send <code>true</code> on output 1 and nothing on oputput 2<br />
If the input payload is false, the node will send nothing on output 1, and <code>false</code> on oputput 2<br />
The input message is preserved and passed to the output pin, changing only the topic and the payload. If the input message has it's own topic, it'll be preserved as well.


[license-image]: https://img.shields.io/badge/license-MIT-blue.svg

二進制
img/bl1.png 查看文件

Before After
Width: 691  |  Height: 239  |  Size: 38KB

Loading…
取消
儲存