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

https://github.com/thingsboard/rule-node-examples

Examples of custom Rule Nodes for ThingsBoard contribution guide
https://github.com/thingsboard/rule-node-examples

Last synced: 8 months ago
JSON representation

Examples of custom Rule Nodes for ThingsBoard contribution guide

Awesome Lists containing this project

README

          

# rule-node-examples
Examples of custom Rule Nodes for ThingsBoard contribution guide

Unit tests examples for custom rule nodes added as well

To build the project run `mvn clean install`

To build a custom Docker image run `DOCKER_BUILDKIT=0 docker build . -t your_repo/tb-node:4.2.1-custom-1`