浏览代码

Wiki

master
Massimo 5 年前
父节点
当前提交
4ab6bb4a09
共有 2 个文件被更改,包括 4 次插入1 次删除
  1. +4
    -1
      README.md
  2. 二进制
      img/bl1.png

+ 4
- 1
README.md 查看文件

The node performs Boolean logic on the incoming payloads.<br/> 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 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/> 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/> 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 "AND": true or false<br/>


# INVERT ULTIMATE # 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 # FILTER ULTIMATE


This node has 2 outputs.<br /> 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 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 /> 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 [license-image]: https://img.shields.io/badge/license-MIT-blue.svg

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

之前 之后
宽度: 691  |  高度: 239  |  大小: 38KB

正在加载...
取消
保存