node-red-contrib-deduplicate-adv

0.2.5 • Public • Published

node-red-contrib-deduplicate-adv

Node-RED node that filters duplicate messages. First output will return non-duplicated values, second one will output duplicated.

Analysis will be done grouped by topic if defined. By default payload value is considered for analysis - specific key can be specified in "Msg Key Property".

Node role may be:

  • Add+Deduplicate within node: analysis within given inputs of node
  • Registry class: Allow addition or analysis upon a centrally managed list of values, cross nodes and based on the defined registry name

Example

Package Sidebar

Install

npm i node-red-contrib-deduplicate-adv

Weekly Downloads

24

Version

0.2.5

License

none

Unpacked Size

19.1 kB

Total Files

6

Last publish

Collaborators

  • emms007