1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00
node-red-nodes/utility/group
2020-04-06 21:42:44 +01:00
..
group.html [groups] Add node-red-node-group node 2020-04-06 21:42:44 +01:00
group.js [groups] Add node-red-node-group node 2020-04-06 21:42:44 +01:00
LICENSE [groups] Add node-red-node-group node 2020-04-06 21:42:44 +01:00
package.json [groups] Add node-red-node-group node 2020-04-06 21:42:44 +01:00
README.md [groups] Add node-red-node-group node 2020-04-06 21:42:44 +01:00

node-red-node-group

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

The ability to create groups was introduced in Node-RED 1.1.0, adding a new core node type called group.

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

It does not provide any group-like functionality - it only registers a placeholder group node type.

The module will only register the type if it detects it is being loaded into Node-RED 1.0.x 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-group