Node-red nodes pass the msg object between nodes. However this object is replaced by the next msg object. So how do you store data between node calls? Node-Red provides three mechanisms: The context object -stores data for a node The Flow object – stores data for a flow The global object -stores data for the canvas Click to rate this post! [Total: 9 Average: 4.9]
Continue readingLatest Tutorials
Latest Node-red tutorials
Understanding and Using The Node-Red Message Object
A node red flow consists of a series of interconnected nodes.(wired nodes). All nodes must have an input and can have 0 or multiple outputs. Nodes exchange data between each other using the msg object. Click to rate this post! [Total: 3 Average: 5]
Continue reading