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
30 stars 3 forks source link

Comparator: Operation < or > says true on same input #44

Closed DerOeli closed 6 months ago

DerOeli commented 6 months ago

When using the > or < operation in the comparator node while having the same number as input for topic 'a' and topic 'b' the result is true.

Obviously it should say false, because 1 is not bigger or smaller than 1.

image

Supergiovane commented 6 months ago

node-red-contrib-boolean-logic-ultimate@1.1.8 is out with the fix. Thanks.