0.0.1 • Published 5 years ago

node-red-contrib-deduplicate-msg v0.0.1

Weekly downloads
8
License
-
Repository
github
Last release
5 years ago

node-red-contrib-deduplicate

Node-RED node that removes duplicate messages.

Copy of https://github.com/peterstrapp/node-red-contrib-deduplicate with minimal change (key Property at msg level).

Added Key Property to specify the property in the payload to compare for de-duplication. Payload is the default key property. You can use other property of msg object. For example "_msgid".

Example