Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-red-contrib-boolean-logic-ultimate

Package Overview
Dependencies
Maintainers
1
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-boolean-logic-ultimate - npm Package Compare versions

Comparing version 1.0.7 to 1.0.9

boolean-logic-ultimate/InterruptFlowUltimate.html

9

CHANGELOG.md
# node-red-contrib-boolean-logic-ultimate
<p>
<b>Version 1.0.9</b><br/>
- Added "Interrupt Flow" node. Whenever the node receives a payload = false from a specific topic, it stops output messages to the flow. As soon it receives payload = true from this topic, the output messages start to flow out again.</br>
</p>
<p>
<b>Version 1.0.8</b><br/>
- Updated Help
</p>
<p>
<b>Version 1.0.7</b><br/>

@@ -4,0 +13,0 @@ - Node node shows "f" when "filter true" is selected and "t" (triggername) when "trigger only by single topic" is selected.<br/>

6

package.json
{
"name": "node-red-contrib-boolean-logic-ultimate",
"version": "1.0.7",
"version": "1.0.9",
"description": "A set of Node-RED enhanced boolean logic, with persisten values after reboot and more",

@@ -25,5 +25,7 @@ "author": "Supergiovane (https://github.com/Supergiovane)",

"InvertUltimate": "boolean-logic-ultimate/InvertUltimate.js",
"FilterUltimate": "boolean-logic-ultimate/FilterUltimate.js"
"FilterUltimate": "boolean-logic-ultimate/FilterUltimate.js",
"InterruptFlowUltimate": "boolean-logic-ultimate/InterruptFlowUltimate.js"
}
}
}

@@ -33,2 +33,8 @@ # node-red-contrib-boolean-logic-ultimate

***Number of different topics to evaluate***
Set the number of different topics to be evaluated. The node will output a message to the flow, after this number of different topics arrives.<br/>
<b> Remember: each input topic must be different. For example, if you set this field to 3, the node expects 3 different topics.</b><br/>
***Filter output result***

@@ -82,15 +88,19 @@ <ol>

## OTHER NODES
# OTHER USEFUL NODES
<b>Invert Ultimate</b><br />
**Interrupt Flow**
Whenever this node receives a payload = false from a specific topic, it stops output messages to the flow. As soon it receives payload = true from this topic, the output messages start to flow out again.
**Invert Ultimate**
Outputs the inverted input. For example true -> false
</p>
<p>
<b>Filter Ultimate</b><br />
**Filter Ultimate**
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

@@ -97,0 +107,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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc