node-red-contrib-boolean-logic-ultimate
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -191,4 +191,4 @@ module.exports = function(RED) { | ||
function SetResult( _valueAND, _valueOR, _valueXOR, optionalTopic ) { | ||
DisplayStatus( "AND:" + _valueAND + " OR:" +_valueOR + " XOR:" +_valueXOR); | ||
function SetResult(_valueAND, _valueOR, _valueXOR, optionalTopic) { | ||
node.status({fill: "green",shape: "dot",text: "Sent:("+"AND:" + _valueAND + " OR:" +_valueOR + " XOR:" +_valueXOR+")"}); | ||
@@ -195,0 +195,0 @@ if (_valueAND!=null){ |
# node-red-contrib-boolean-logic-ultimate | ||
<p> | ||
<b>Version 0.0.3</b><br/> | ||
- Fixed status display<br/> | ||
</p> | ||
<p> | ||
<b>Version 0.0.2</b><br/> | ||
@@ -4,0 +8,0 @@ - Fixed persistent state deletion upon node update/delete<br/> |
{ | ||
"name": "node-red-contrib-boolean-logic-ultimate", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "A set of Node-RED enhanced boolean logic, 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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
17879
0