0.1.1 • Published 6 months ago

node-red-contrib-debounce-advanced v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Node-RED Debounce advanced

npm install node-red-contrib-debounce-advanced

A node for Node-RED that supports leading (immediate) or trailing (delayed) debounce logic.

Trailing (delayed): wait first, then fire.

Leading (immediate): fire first, then act as trailing.

Forked from telmomarques / node-red-contrib-debounce-leading-trailing, added support for time units, reporting all states (waiting, last fired time, reset/flush) and updated UI with automatic naming, reporting capabilities, etc.

v0.0.7 - added flush and reset capabilities to either flush the message immediately or reset the node. v0.1.0 - added example flows demonstrating flush and reset, updated package.json to meet nodered version guidelines

0.1.0

6 months ago

0.1.1

6 months ago

0.0.7

6 months ago

0.0.6

9 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago