| @@ -3,6 +3,10 @@ | |||
| <a href="http://eepurl.com/gJm095" target="_blank">Subscribe to my channel.</a> Only news about my nodes, no spam, no ads. I'm a github developer, not a merchant. | |||
| <p> | |||
| <b>Version 1.0.19</b> August 2020<br/> | |||
| - 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.</br> | |||
| </p> | |||
| <p> | |||
| <b>Version 1.0.18</b> August 2020<br/> | |||
| - Boolean Logic: warn user if either topic or payload are not set. You must always set a topic and payload.</br> | |||
| @@ -136,7 +136,7 @@ Pass <code>msg.interval = 2000</code> to change the blinking interval</br> | |||
| # SIMPLE OUTPUT ULTIMATE | |||
| The pourpose of this node is send a message with payload TRUE on first pin and FALSE on second pin, independently from the msg input.<br /> | |||
| 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.<br /> | |||
| This is useful if you need to simply send a true or false payload. | |||
| <img src='https://raw.githubusercontent.com/Supergiovane/node-red-contrib-boolean-logic-ultimate/master/img/SimpleOutput.png' width='60%'> | |||
| @@ -1,6 +1,6 @@ | |||
| { | |||
| "name": "node-red-contrib-boolean-logic-ultimate", | |||
| "version": "1.0.18", | |||
| "version": "1.0.19", | |||
| "description": "A set of Node-RED enhanced boolean logic node, flow interruption node, blinker node, invert node, filter node, with persisten values after reboot and more.", | |||
| "author": "Supergiovane (https://github.com/Supergiovane)", | |||
| "dependencies": { | |||