fix long standing rbe % change bug (should be abs change)

to close #312
This commit is contained in:
Dave Conway-Jones
2018-02-08 15:51:57 +00:00
parent a89379c631
commit 559edcf0f8
2 changed files with 2 additions and 2 deletions

View File

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