node-red-contrib-noop 1.2.1
A no-op (passthru) node for node-red.
Node-RED-contrib-noop
A Node-RED 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.
Install
Use the "Manage palette" option inside Node-RED, or within your Node-RED user directory (typically ~/.node-red), run the command:
npm install node-red-contrib-noop
License
This project is licensed under the Unlicense.