@caberra/node-red-contrib-viewstarx-nodes

Custom nodes description:

Usage no npm install needed!

<script type="module">
  import caberraNodeRedContribViewstarxNodes from 'https://cdn.skypack.dev/@caberra/node-red-contrib-viewstarx-nodes';
</script>

README

viewstarx-node-red-node

Custom nodes description:

'cabiot-start-process': Gets data from the API and send it to the 'cabiot-integration' node in the Priority/Type/Text properties.

'cabiot-state' Gets data from the API and send it to the 'cabiot-integration' node in the 'State' property.

'cabiot-vaia' Gets data from the API and send it to the 'cabiot-integration' node in the 'Classification' property.

'cabiot-integration' Gets data from the 'cabiot-start-process', 'cabiot-vaia', 'cabiot-state' nodes and publishes they to the user-defined RabbitMQ Queue.

'cabiot-listener' Listens data from a user-defined RabbitMQ queue and send it to the 'cabiot-publisher' node.

'cabiot-publisher' Gets data from the 'cabiot-listener' node and publishes they to the user-defined RabbitMQ Exchange and Queue. If Exchange was not defined the default RabbitMQ Exchange will be used.