An open API service indexing awesome lists of open source software.

https://github.com/ia-cloud/node-red-contrib-ia-cloud-fds

Node-RED nodes for ia-cloud FDS.
https://github.com/ia-cloud/node-red-contrib-ia-cloud-fds

cloud enocean hacktoberfest ia-cloud iiot industrial industrial-automation industrial-iot industry industry-4 industry-40 iot modbus node-red node-red-contrib plc

Last synced: 30 days ago
JSON representation

Node-RED nodes for ia-cloud FDS.

Awesome Lists containing this project

README

          

# node-red-contrib-ia-cloud-fds

See below about basic design of ia-cloud Node-RED custom nodes.

## To test nodes

### Preparation

Install mocha.

```sh
npm i -g mocha
```
### Run test

Execute test script

```sh
npm test
```

or

```sh
npm test:watch
```