1.0.12 • Published 3 years ago

daialab-garray v1.0.12

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

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

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.12

3 years ago

1.0.2

3 years ago

1.0.0

3 years ago