node-red-contrib-monogoto-operator
v0.11.0
Published
Allows communicating with the Monogoto Operator API from node-red.
Downloads
1
Readme
Monogoto Operator module for node-red
Allows communicating with the Monogoto Operator API from node-red.
This assumes you have Node-RED already installed and working, if you need to install Node-RED see here
NOTE: This requires Node.js v8.11.1+ and Node-RED v0.19+.
Installation
Install via Node-RED Manage Palette
node-red-contrib-monogoto-operator
Install via npm
$ cd ~/.node-red
$ npm node-red-contrib-monogoto-operator
# Restart node-red
Usage
Drag the
monogoto operator
node from theMonogoto
category of the node pallet, into your flow.Double tap the node instance and configure your username & password via the server configuration config-node.
Choose the api & operation you would like to execute & fill in required parameters for the chosen API operation.
Note in case the API request ended with an error, it will be passed on to a Node-RED
catch
node.