node-red-contrib-dedup
v1.0.0
Published
Node-RED nodes to remove duplicate messages from a flow.
Downloads
9
Maintainers
Readme
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.