node-red-contrib-dedup
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

node-red-contrib-dedup

Node-RED node that removes duplicate messages from a flow based on a single message property value.

Each incomming message is checked to see if it contains the property and if it does the value of the property is compared against any previous messages containing the same property. If the node has received a duplicate message within the expiry time the message is dropped, otherwise the message is passed to the output.

Package Sidebar

Install

npm i node-red-contrib-dedup

Weekly Downloads

8

Version

1.0.0

License

BSD-3-Clause

Unpacked Size

16 kB

Total Files

9

Last publish

Collaborators

  • chrismoorhouse