node-red-contrib-debounce-advanced 0.1.1

A debounce node for node-red, with support for leading/trailing, and with support of time units.

npm install node-red-contrib-debounce-advanced

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

Node Info

Version: 0.1.1
Updated 1 year, 6 months ago
License: MIT
Rating: not yet rated

Categories

Actions

Rate:

Downloads

16 in the last week

Nodes

  • debounce-advanced

Keywords

  • node-red
  • debounce
  • leading
  • trailing

Maintainers