@caberra/node-red-contrib-viewstarx
TODO
- ci/cd pipeline to push to npmjs.com
Installation
Installation using Node-RED editor's Menu -> Manage palette option. In the Install tab you can search @caberra/node-red-contrib-viewstarx package and click install.
viewstarx-nodes will be available after restarting your Node-RED instance
$ npm i @caberra/node-red-contrib-viewstarx
Usage
Custom nodes description:
'cabiot-start-process': Gets data from the flow before as the input and send it as the output message node in the Priority/Type/Text properties.
'cabiot-state' Gets data from the flow before as the input and send it as the output message node with the 'State' property.
'cabiot-vaia' Gets data from the flow before as the input and send it as the output message node with the 'Classification' property.
'cabiot-listener' Listens data from a user-defined queue and send message as the output node.
'cabiot-publisher' Gets data from the flow before as input and publishes they to the user-defined Queue and Exchange. If Exchange was not defined the default Exchange will be used.