node-red-contrib-debounce-advanced

0.1.1 • Public • Published

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

Package Sidebar

Install

npm i node-red-contrib-debounce-advanced

Weekly Downloads

13

Version

0.1.1

License

MIT

Unpacked Size

21.1 kB

Total Files

6

Last publish

Collaborators

  • martin.hanes