No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

2.0KB

node-red-contrib-boolean-logic-ultimate

Version 1.0.9
- Added "Interrupt Flow" node. Whenever the node receives a payload = false from a specific topic, it stops output messages to the flow. As soon it receives payload = true from this topic, the output messages start to flow out again.

Version 1.0.8
- Updated Help

Version 1.0.7
- Node node shows "f" when "filter true" is selected and "t" (triggername) when "trigger only by single topic" is selected.

Version 1.0.6
- Stripped out the date/time in node status

Version 1.0.5
- Added the Last value change date/time in the status.
- Correction in the in-line help
- Better format of the README.md

Version 1.0.4
- Added the option to initialize the undefined inputs with true or false. Thanks to this, the node is immediately operative (will not wait until all topis arrives).

Version 1.0.3
- Node status: cosmetic adjustments

Version 1.0.2
- Added "trigger mode" option (fixed UI glitch)

Version 1.0.1
- Added "trigger mode" option

Version 1.0.0
- Added Filter node

Version 0.0.8
- Delete persistent states when a new unexpected topic arrrives
- Better status representation
- Better and clearer configuration UI

Version 0.0.7
- Fixed decimal error in the "Invert" node.

Version 0.0.6
- Fixed crappy "Invert" node.

Version 0.0.5
- Bypass persistency if node-red user hasn't permissions to write to the filesystem.

Version 0.0.4
- Fixed conflict issue if you have the old boolean logic installed

Version 0.0.3
- Fixed status display

Version 0.0.2
- Fixed persistent state deletion upon node update/delete

Version 0.0.1
- Initial release