node-red-contrib-boolean-logic-ultimate
Advanced tools
Comparing version 1.0.22 to 1.0.23
@@ -28,3 +28,3 @@ module.exports = function (RED) { | ||
node.buttonpressed = () => { | ||
setNodeStatus({ fill: "green", shape: "dot", text: "Sent true/false/" + node.curVal.toString() + " (next " + (!node.curVal).toString() + ")" }); | ||
setNodeStatus({ fill: "green", shape: "dot", text: "Pin1:true, Pin2:false, Pin3:" + node.curVal.toString() + " (next " + (!node.curVal).toString() + ")" }); | ||
var msgTrue = { payload: true, topic: node.topic }; | ||
@@ -31,0 +31,0 @@ var msgFalse = { payload: false, topic: node.topic }; |
# node-red-contrib-boolean-logic-ultimate | ||
[![Donate via PayPal](https://img.shields.io/badge/Donate-PayPal-blue.svg?style=flat-square)](https://www.paypal.me/techtoday) | ||
<p> | ||
<b>Version 1.0.23</b> November 2020<br/> | ||
- BUGFIX: Inject Node was not retaining the topic value you set. Fixed.</br> | ||
- Inject Node: clearer status indication. | ||
</p> | ||
<p> | ||
<b>Version 1.0.22</b> October 2020<br/> | ||
@@ -7,0 +11,0 @@ - Changed the way to handle the presistent states. This allow the node to correctly save the states in non standard node-red installations (docker, home-assistant plugin etc). Thanks @Botched1 for raising the issue.</br> |
{ | ||
"name": "node-red-contrib-boolean-logic-ultimate", | ||
"version": "1.0.22", | ||
"version": "1.0.23", | ||
"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.", | ||
@@ -5,0 +5,0 @@ "author": "Supergiovane (https://github.com/Supergiovane)", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
540851