dkern / node-red-counter

A Node-RED node to increment a count.
Other
8 stars 9 forks source link

Include counter value as node.status #22

Open hotswapster opened 1 year ago

hotswapster commented 1 year ago

This is a nice-to-have feature request.

image

When I am debugging, I use a counter to see how many requests make it to a certain part of the flow. To see the value of the counter, I need to use a debug node or dashboard etc. It would be useful to have a check box in the configuration which can turn node.status on/off for the value of the counter.

I'd love to contribute with a pull request but my coding skills are very limited.

DaveMDS commented 1 year ago

pull request #13 should have implemented the requested feature still not really sure if it was merged or not...