Node-red nodes pass the msg object between nodes. However this object is replaced by the next msg object. So how
Continue readingCategory: programming
A list of node-red programming related posts
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
Continue reading