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.
- Host: GitHub
- URL: https://github.com/arkane-systems/node-red-contrib-noop
- Owner: arkane-systems
- License: unlicense
- Created: 2017-01-21T17:47:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-30T14:10:09.000Z (about 8 years ago)
- Last Synced: 2025-02-27T17:59:10.443Z (3 months ago)
- Language: HTML
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.