diff --git a/basic/rate-limit-message-stream.md b/basic/rate-limit-message-stream.md index e4ea9e8..92e8779 100644 --- a/basic/rate-limit-message-stream.md +++ b/basic/rate-limit-message-stream.md @@ -25,7 +25,7 @@ passing through it with the option to drop intermediate messages enabled. {% raw %} ~~~json -[{"id":"8a1bcd7d.f6b67","type":"inject","z":"ac14500e.2c57d","name":"Inject Array","topic":"","payload":"[0,1,2,3,4,5,6,7,8,9]","payloadType":"json","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":110,"y":1380,"wires":[["bd4bdd42.bd1b"]]},{"id":"bd4bdd42.bd1b","type":"delay","z":"ac14500e.2c57d","name":"","pauseType":"rate","timeout":"5","timeoutUnits":"seconds","rate":"1","nbRateUnits":"5","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":true,"x":320,"y":1380,"wires":[["be20c513.237c78"]]},{"id":"be20c513.237c78","type":"debug","z":"ac14500e.2c57d","name":"Debug","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","x":510,"y":1380,"wires":[]}] +[{"id":"91f16331.47ba7","type":"inject","z":"e12931d5.38a02","name":"Inject message/s","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"1","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":270,"y":180,"wires":[["742aa2aa.28d44c"]]},{"id":"742aa2aa.28d44c","type":"delay","z":"e12931d5.38a02","name":"","pauseType":"rate","timeout":"5","timeoutUnits":"seconds","rate":"1","nbRateUnits":"5","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":true,"x":500,"y":180,"wires":[["3f1d7cd.50d7684"]]},{"id":"3f1d7cd.50d7684","type":"debug","z":"e12931d5.38a02","name":"Debug","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","x":690,"y":180,"wires":[]}] ~~~ {: .flow} {% endraw %} diff --git a/images/basic/rate-limit-message-stream.png b/images/basic/rate-limit-message-stream.png index 4f4ddba..0a1c374 100644 Binary files a/images/basic/rate-limit-message-stream.png and b/images/basic/rate-limit-message-stream.png differ