s1r-J / node-red-contrib-loop-processing

Node-RED nodes to help flow looping.
https://www.npmjs.com/package/node-red-contrib-loop-processing
Apache License 2.0
12 stars 21 forks source link

[feature]showing loop progress on node.status #22

Open liukaigsx opened 2 years ago

liukaigsx commented 2 years ago

like loop 1/10 loop 2/10 ...

liukaigsx commented 2 years ago

sed -i "s#'loop'#loop ${key+1}/${array.length}#" ~/.node-red/node_modules/node-red-contrib-loop-processing/array-loop.js