@strato-automation/node-red-contrib-strato-automation
Version:
Strato Automation Official Node Red Library
17 lines (15 loc) • 536 B
Markdown
# node-red-strato
Strato Automation Official Node Red Library
## Prerequisites
Ensure you have the following installed:
* Node-RED
* Node.js (>=16.0.0)
## Installation
To install the stable version use the `Menu - Manage palette` option and search for `node-red-contrib-strato-automation`, or run the following command in your Node-RED user directory, typically `~/.node-red`:
```bash
npm install @strato-automation/node-red-contrib-strato-automation
```
## Run localy
```bash
npm install ./path/to/node-red-strato/ | node-red
```