An open API service indexing awesome lists of open source software.

https://github.com/arkane-systems/node-red-contrib-noop

A Node-RED node that does nothing whatsoever.
https://github.com/arkane-systems/node-red-contrib-noop

Last synced: 2 months ago
JSON representation

A Node-RED node that does nothing whatsoever.

Awesome Lists containing this project

README

        

# Node-RED-contrib-noop

A node that does nothing (passes through all messages unchanged.

The intended use of this node is to provide a clean way of handling many-to-many links (i.e., each of many outputs to each of many inputs) without having to keep track of an entire messy grid of connections.

It has no prerequisites other than Node-RED itself.