Created join in auto mode (markdown)

Kartheek1512 2017-06-17 12:34:27 -07:00
parent 6c8df17fc0
commit cf81d9e9ef
1 changed files with 9 additions and 0 deletions

9
join-in-auto-mode.md Normal file

@ -0,0 +1,9 @@
Hi,
I am trying to implement join in auto mode. I need to join 71 messages from payload.
I get an error Message missing msg.parts property-cannot join in auto mode. Can anyone please help.
var ui16 = new Int16Array(msg.payload.data);
msg={payload:ui16,'parts.id':1,'parts.type':"string",'parts.count':71,'parts.ch':",",'parts.key':1,'parts.index':1};
return [msg];