Split JSON string and BASE64 conversion

So, I try to bring your posts together but ???

node-red-flow

This is my flow. The last step is missing :frowning:

If the input payload is just the buffer, then:

let buf = msg.payload;
msg.payload = buf.readInt16LE(0);
return msg;

will do.

Now it works as desired :slight_smile: :slight_smile: :slight_smile:

To all of you: THANK YOU!!!

2 Likes