dkern / node-red-counter

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

Bug fix msg.reset #25

Closed cymplecy closed 12 months ago

cymplecy commented 12 months ago

Fixes issue with msg,rest == 0 and changes behaviour slightly. If no msg.reset but no msg.payload, then the node just resets the counter but does not issue a message.

cymplecy commented 12 months ago

Sorry - made a mistake with this PR