mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Bump Smooth node for PR and add output labels
This commit is contained in:
parent
8bdc1529ca
commit
cabf2889e5
@ -77,6 +77,7 @@
|
|||||||
labelStyle: function() {
|
labelStyle: function() {
|
||||||
return this.name ? "node_label_italic" : "";
|
return this.name ? "node_label_italic" : "";
|
||||||
},
|
},
|
||||||
|
outputLabels: function() { return this.reduce === true ? (this.action+" of "+this.count) : (this.action); },
|
||||||
oneditprepare: function() {
|
oneditprepare: function() {
|
||||||
if (this.property === undefined) {
|
if (this.property === undefined) {
|
||||||
$("#node-input-property").val("payload");
|
$("#node-input-property").val("payload");
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name" : "node-red-node-smooth",
|
"name" : "node-red-node-smooth",
|
||||||
"version" : "0.1.0",
|
"version" : "0.1.1",
|
||||||
"description" : "A Node-RED node that provides several simple smoothing algorithms for incoming data values.",
|
"description" : "A Node-RED node that provides several simple smoothing algorithms for incoming data values.",
|
||||||
"dependencies" : {
|
"dependencies" : {
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user