add decimal places option to smooth node

This commit is contained in:
Dave Conway-Jones
2016-02-14 13:47:04 +00:00
parent 73269848ba
commit 952a794db5
3 changed files with 21 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
{
"name" : "node-red-node-smooth",
"version" : "0.0.5",
"version" : "0.0.6",
"description" : "A Node-RED node that provides several simple smoothing algorithms for incoming data values.",
"dependencies" : {
},