From cb4d118ccc4fcc8a837f99495aa7388e83406179 Mon Sep 17 00:00:00 2001 From: Hiroyasu Nishiyama Date: Thu, 18 Jun 2020 11:25:05 +0900 Subject: [PATCH] remove delay node example#6 from cookbook --- .../function/delay/06 handle message at a regular rate.json | 1 - 1 file changed, 1 deletion(-) delete mode 100644 packages/node_modules/@node-red/nodes/examples/function/delay/06 handle message at a regular rate.json diff --git a/packages/node_modules/@node-red/nodes/examples/function/delay/06 handle message at a regular rate.json b/packages/node_modules/@node-red/nodes/examples/function/delay/06 handle message at a regular rate.json deleted file mode 100644 index 022e983f0..000000000 --- a/packages/node_modules/@node-red/nodes/examples/function/delay/06 handle message at a regular rate.json +++ /dev/null @@ -1 +0,0 @@ -[{"id":"501e03a2.a5090c","type":"inject","z":"64b9e559.10f05c","name":"Inject Array","repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"[0,1,2,3,4,5,6,7,8,9]","payloadType":"json","x":190,"y":120,"wires":[["4b728a28.713a04"]]},{"id":"4b728a28.713a04","type":"delay","z":"64b9e559.10f05c","name":"","pauseType":"rate","timeout":"5","timeoutUnits":"seconds","rate":"1","nbRateUnits":"5","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":true,"x":400,"y":120,"wires":[["110b5815.bead08"]]},{"id":"110b5815.bead08","type":"debug","z":"64b9e559.10f05c","name":"Debug","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","x":590,"y":120,"wires":[]},{"id":"b0983927.b46478","type":"comment","z":"64b9e559.10f05c","name":"Handle messages at a regular rate","info":"Delay node can be used to handle messages at a regular rate, ignoring messages that arrive too quickly.\n\nSee Node-RED cookbook [item](https://cookbook.nodered.org/basic/rate-limit-message-stream).","x":200,"y":60,"wires":[]}] \ No newline at end of file