Options
All
  • Public
  • Public/Protected
  • All
Menu

node-red-contrib-scenes

Node RED

Note: because NR Scenes is more than just a set of custom nodes (it requires a custom storage implementation) it cannot be started from the command line using the default bin script, but instead needs to be called via the start method. I have opted not to include Node RED in the module, instead it must be injected. This improves flexibility when integrating with an existing applications.

Basic Use

var RED = require('node-red');
var nrScenes = require('node-red-contrib-scenes');
nrScenes.start(RED, {port:1880});

See this page for more information on available parameters and options.

Extended Use

TBD

Generated using TypeDoc