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
- Host: GitHub
- URL: https://github.com/thingsboard/rule-node-examples
- Owner: thingsboard
- License: apache-2.0
- Created: 2018-08-27T11:43:22.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-10-15T11:09:49.000Z (8 months ago)
- Last Synced: 2025-11-03T16:01:57.471Z (8 months ago)
- Language: Java
- Size: 73.2 KB
- Stars: 16
- Watchers: 14
- Forks: 62
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`