node-red-contrib-boolean-logic-ultimate
Advanced tools
Comparing version 1.0.48 to 1.0.49
@@ -6,2 +6,6 @@ # node-red-contrib-boolean-logic-ultimate | ||
<b>Version 1.0.48</b> February 2022<br/> | ||
- NEW: TOGGLE node: Simple toggle node.</br> | ||
</p> | ||
<p> | ||
<b>Version 1.0.48</b> February 2022<br/> | ||
- NEW: SUM node: this new node makes sum, average and measurement count.</br> | ||
@@ -8,0 +12,0 @@ </p> |
{ | ||
"name": "node-red-contrib-boolean-logic-ultimate", | ||
"version": "1.0.48", | ||
"version": "1.0.49", | ||
"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.", | ||
@@ -33,5 +33,6 @@ "author": "Supergiovane (https://github.com/Supergiovane)", | ||
"ImpulseUltimate": "boolean-logic-ultimate/ImpulseUltimate.js", | ||
"SumUltimate": "boolean-logic-ultimate/SumUltimate.js" | ||
"SumUltimate": "boolean-logic-ultimate/SumUltimate.js", | ||
"toggleUltimate": "boolean-logic-ultimate/toggleUltimate.js" | ||
} | ||
} | ||
} |
@@ -361,2 +361,19 @@ # node-red-contrib-boolean-logic-ultimate | ||
br/> | ||
<br/> | ||
<br/> | ||
<br/> | ||
<br/> | ||
# TOGGLE ULTIMATE | ||
The pourpose of this node is to toggle between true/false the payload of every incoming message.<br /> | ||
**INPUT**<br /> | ||
Any message that arrives on input, will be passwd through to the output with the payload toggled between true and false. | ||
[license-image]: https://img.shields.io/badge/license-MIT-blue.svg | ||
@@ -363,0 +380,0 @@ [license-url]: https://github.com/Supergiovane/node-red-contrib-boolean-logic-ultimate/master/LICENSE |
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
804353
40
929
385