node-red-contrib-linkinout

1.0.0 • Public • Published

node-red-contrib-linkinout

This node is a very simple node that provides a way to have an input go directly to the output of several other nodes. It acts like a the inbuilt in/out nodes in NodeRed however this can be used within sub-flows and is a singular node

Example

How to install

Simply install this node by searching for it in the NodeRed palette or by using the following command npm install node-red-contrib-linkinout

Example

This is a simple example showing the functionality of this node

  • [{"id":"72625ad.c589aa4","type":"link-node","z":"1c5d828.a47687e","name":"Link 1","linker":"e2f615f7.12f8b8","x":490,"y":680,"wires":[["a53d2f91.b80cd"]]},{"id":"c40a2d80.a5b1f","type":"inject","z":"1c5d828.a47687e","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":340,"y":680,"wires":[["72625ad.c589aa4"]]},{"id":"a53d2f91.b80cd","type":"debug","z":"1c5d828.a47687e","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":650,"y":680,"wires":[]},{"id":"2264ed23.c63872","type":"link-node","z":"1c5d828.a47687e","name":"Link 1","linker":"e2f615f7.12f8b8","x":490,"y":720,"wires":[["17f880e4.88f09f"]]},{"id":"17f880e4.88f09f","type":"debug","z":"1c5d828.a47687e","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":650,"y":720,"wires":[]},{"id":"3758e7bd.6abff8","type":"link-node","z":"1c5d828.a47687e","name":"Link 2","linker":"4133e149.46505","x":490,"y":840,"wires":[["1b9cf381.ba4aec"]]},{"id":"d0a19832.3f67e8","type":"link-node","z":"1c5d828.a47687e","name":"Link 2","linker":"4133e149.46505","x":490,"y":880,"wires":[["4d5dc039.3af54"]]},{"id":"1b9cf381.ba4aec","type":"debug","z":"1c5d828.a47687e","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":650,"y":840,"wires":[]},{"id":"4d5dc039.3af54","type":"debug","z":"1c5d828.a47687e","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":650,"y":880,"wires":[]},{"id":"2d683035.645f8","type":"inject","z":"1c5d828.a47687e","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":340,"y":840,"wires":[["3758e7bd.6abff8"]]},{"id":"e2f615f7.12f8b8","type":"linker","name":"Link 1"},{"id":"4133e149.46505","type":"linker","name":"Link 2"}]

Package Sidebar

Install

npm i node-red-contrib-linkinout

Weekly Downloads

0

Version

1.0.0

License

Apache-2.0

Unpacked Size

34.9 kB

Total Files

10

Last publish

Collaborators

  • haydendonald