You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
msg.reset doesn't reset the counter to it's initial count and instead keeps on counting, nor does it reset to 0 when the msg.reset value is the number 0.
Not sure if that's a bug but it can be verified with the examples in the repository.
Well, it seems that using msg.reset = 0 is buggy and don't reset anything. If the default value is 0 and you want to reset, just use msg.reset = true, this will reset the value to zero then. Anything above zero can be set with msg.reset = 123.
msg.reset doesn't reset the counter to it's initial count and instead keeps on counting, nor does it reset to 0 when the msg.reset value is the number 0.
Not sure if that's a bug but it can be verified with the examples in the repository.
node-red-counter 0.1.5
node-red 020.2
node.js 8.15.0
The text was updated successfully, but these errors were encountered: