1.0.0 • Published 4 years ago

node-red-contrib-dedup v1.0.0

Weekly downloads
31
License
BSD-3-Clause
Repository
bitbucket
Last release
4 years ago

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.

1.0.0

4 years ago