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.
- Host: GitHub
- URL: https://github.com/ia-cloud/node-red-contrib-ia-cloud-fds
- Owner: ia-cloud
- License: apache-2.0
- Created: 2018-07-11T06:07:49.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-27T14:54:46.000Z (8 months ago)
- Last Synced: 2025-02-23T17:49:06.345Z (7 months ago)
- Topics: cloud, enocean, hacktoberfest, ia-cloud, iiot, industrial, industrial-automation, industrial-iot, industry, industry-4, industry-40, iot, modbus, node-red, node-red-contrib, plc
- Language: HTML
- Homepage: https://ia-cloud.com
- Size: 3.99 MB
- Stars: 1
- Watchers: 7
- Forks: 5
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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 testExecute test script
```sh
npm test
```or
```sh
npm test:watch
```