node-red-contrib-boolean-logic-ultimate
Advanced tools
Comparing version 0.0.8 to 1.0.0
@@ -103,3 +103,3 @@ module.exports = function(RED) { | ||
try { | ||
fs.unlinkSync("states/" + _nodeid.toString()); | ||
if (fs.existsSync("states/" + _nodeid.toString())) fs.unlinkSync("states/" + _nodeid.toString()); | ||
_node.status({fill: "red",shape: "ring",text: "Persistent states deleted ("+_nodeid.toString()+")."}); | ||
@@ -106,0 +106,0 @@ } catch (error) { |
# node-red-contrib-boolean-logic-ultimate | ||
<p> | ||
<b>Version 1.0.0 LTS</b><br/> | ||
- Added Filter node<br/> | ||
</p> | ||
<p> | ||
<b>Version 0.0.8</b><br/> | ||
@@ -4,0 +8,0 @@ - Delete persistent states when a new unexpected topic arrrives<br/> |
{ | ||
"name": "node-red-contrib-boolean-logic-ultimate", | ||
"version": "0.0.8", | ||
"version": "1.0.0", | ||
"description": "A set of Node-RED enhanced boolean logic, with persisten values after reboot and more", | ||
@@ -12,2 +12,4 @@ "author": "Supergiovane (https://github.com/Supergiovane)", | ||
"boolean", | ||
"gate", | ||
"filter", | ||
"logic" | ||
@@ -23,5 +25,6 @@ ], | ||
"BooleanLogicUltimate": "boolean-logic-ultimate/BooleanLogicUltimate.js", | ||
"InvertUltimate": "boolean-logic-ultimate/InvertUltimate.js" | ||
"InvertUltimate": "boolean-logic-ultimate/InvertUltimate.js", | ||
"FilterUltimate": "boolean-logic-ultimate/FilterUltimate.js" | ||
} | ||
} | ||
} |
@@ -47,4 +47,13 @@ # node-red-contrib-boolean-logic-ultimate | ||
</p> | ||
<p> | ||
<b>Invert Ultimate</b><br /> | ||
Outputs the inverted input. For example true -> false | ||
</p> | ||
<p> | ||
<b>Filter Ultimate</b><br /> | ||
This node has 2 outputs.<br /> | ||
If the input payload is true, the node will send <code>true</code> on output 1 and nothing on oputput 2<br /> | ||
If the input payload is false, the node will send nothing on output 1, and <code>false</code> on oputput 2<br /> | ||
</p> | ||
[license-image]: https://img.shields.io/badge/license-MIT-blue.svg | ||
@@ -51,0 +60,0 @@ [license-url]: https://github.com/Supergiovane/node-red-contrib-boolean-logic-ultimate/master/LICENSE |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
24244
12
279
1
64