2.1.0 • Published 9 years ago

kevoree-comp-nodered v2.1.0

Weekly downloads
12
License
-
Repository
-
Last release
9 years ago

NodeRED - kevoree-comp-nodered

This component is able to start a Node-RED runtime.
You can communicate with nodes inside your flows using the component input and output ports.

Overview of the component in the Kevoree Web Editor

TypeDefinition UI

Dictionary attributes

NameOptionalTypeUsageDefault value
flowstruestringthis will be used to set your Node-RED flows (deploy full)none
httpAdminRootfalsestringthe root url for the Node-RED editor UI"/"
httpNodeRootfalsestringthe root url for nodes that provide HTTP endpoints"/api"
portfalsenumberthe port used by the Node-RED editor express server9090
userDirfalsestringthe directory to store all user datanone

KevScript example

// this is the minimal example possible
add node0: JavascriptNode
add node0.nodeRED: NodeRED
set node0.nodeRED.userDir = '/tmp/nodered'