RBE node - let topic handling be optional (#751)

* let rbe handle topics optional

and add tests

* fix text formatting

* Update package.json
This commit is contained in:
Dave Conway-Jones
2021-02-26 14:51:55 +00:00
committed by GitHub
parent 68e0b121ec
commit 9db89f3ea1
6 changed files with 112 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
{
"name" : "node-red-node-rbe",
"version" : "0.2.9",
"version" : "0.3.0",
"description" : "A Node-RED node that provides report-by-exception (RBE) and deadband capabilities.",
"dependencies" : {
},