node-red-nodes/utility/junction
Dave Conway-Jones 637890309a
remove superfluous debug from junction polyfill
2022-03-12 12:30:53 +00:00
..
LICENSE Add polyfill junction node 2022-03-01 11:40:56 +00:00
README.md Add polyfill junction node 2022-03-01 11:40:56 +00:00
junction.html Add polyfill junction node 2022-03-01 11:40:56 +00:00
junction.js remove superfluous debug from junction polyfill 2022-03-12 12:30:53 +00:00
package.json Add polyfill junction node 2022-03-01 11:40:56 +00:00

README.md

node-red-node-junction

A Node-RED node to allow flows containing junctions to be imported into older versions of Node-RED.

The ability to create junctions was introduced in Node-RED 3.0.0, adding a new core node type called junction.

This module provides its own junction node type that can be installed into older versions of Node-RED to allow them to run flows containing that type.

The module will only register the type if it detects it is being loaded into Node-RED version 2 or older, otherwise it does nothing.

Install

Run the following command in your Node-RED user directory - typically ~/.node-red

npm i node-red-node-junction