1.0.2 • Published 3 years ago

@gimapei/thearray v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

@gimapei/thearray

This is a node for node-red.

Note

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'
1.0.2

3 years ago

1.0.1

3 years ago