Skip to content

Commit 580b690

Browse files
committed
Elements sent in status message for historic node
1 parent 448fda7 commit 580b690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arduino-cloud.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ module.exports = function (RED) {
136136
}]
137137
}
138138
);
139-
this.status({});
139+
this.status({ fill: "grey", shape: "dot", text: "Sent " + data.length + " elements" });
140140
}
141141
}catch (err) {
142142
console.log(err);

0 commit comments

Comments
 (0)