daialab-garray

1.0.12 • Public • Published

gArray

This is a package for node-red.

function

Separate the message. You can set the delay of sending separate messages also, default delay time is 1000ms. and When sending the last message, msg.complete="Y" is set so you can check the last message.

Example

there are message from previous node, like msg.payload = [1,2,3,4,5,6]

gArray split msg.payload
time        msg.payload
0           msg.payload = 1
1000        msg.payload = 2
2000        msg.payload = 3
...         ...
5000        msg.payload = 6
            msg.complete = 'Y'

Package Sidebar

Install

npm i daialab-garray

Weekly Downloads

0

Version

1.0.12

License

ISC

Unpacked Size

9.11 kB

Total Files

8

Last publish

Collaborators

  • gimapei