You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

3.9KB

node-red-contrib-boolean-logic-ultimate

Donate via PayPal

Subscribe to my channel. Only news about my nodes, no spam, no ads. I’m a github developer, not a merchant.

Version 1.0.20 August 2020
- NEW: Inject Node. The pourpose of this node is to speed up the testing of you flow, by issuing true/false command by pushbutton on the node itself. This node is simpler as the default node-red inject node.

Version 1.0.19 August 2020
- NEW: Simple Output node. The pourpose of this node is to send a message with payload TRUE on the first pin and FALSE on second pin, independently from the msg input.

Version 1.0.18 August 2020
- Boolean Logic: warn user if either topic or payload are not set. You must always set a topic and payload.

Version 1.0.17 June 2020
- Interruptflowultimete: State save/replay. Msg.play = true sends the current payload See the README on github for an example.

Version 1.0.16 May 2020
- BlinkerUltimate: if you set the interval while the blinker is running, yet the new interval is applied immediately.

Version 1.0.15 May 2020
- Adjusted status of Boolean Logic ultimate. Replaced the text "null", with --- for better understanding.

Version 1.0.14
- NEW: added blinker node. Thanks to @Marco for the suggestion.

Version 1.0.12
- Boolean Logic, FilterUltimate and InvertUltimate now output the entire message input, replacing only topic and payload.

Version 1.0.11
- Enhanced help.

Version 1.0.10
- Fix a possible issue in the "Interrupt Flow", if the trigger topic contains special characters.

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