Supergiovane / node-red-contrib-boolean-logic-ultimate

Enhanced boolean logic with persistent values after reboot and more
https://www.youtube.com/watch?v=sYc6L5QQrTw&list=PL9Yh1bjbLAYoRH4IyQB7EL5srHAihiKpy
MIT License
27 stars 3 forks source link

Typo in FILTER ULTIMATE documentation #29

Closed alexruffell closed 2 years ago

alexruffell commented 2 years ago

This:

If the input payload is true, the node will send true on output 1 and nothing on oputput 2
If the input payload is false, the node will send nothing on output 1, and false on oputput 2

should be:

If the input payload is true, the node will send true on output 1 and nothing on output 2
If the input payload is false, the node will send nothing on output 1, and false on output 2
image
Supergiovane commented 2 years ago

Both sentences are identical. Al least, i' ve checked twice and they seems the same.

alexruffell commented 2 years ago

Lol, I had to read it several times too to find the issue again:

image

oputput should be output in both sentences.

Supergiovane commented 2 years ago

Hi Alex Ok, catched. The changes have effects with the upcoming .58 release. Thanks.