Steve-Mcl / node-red-contrib-buffer-parser

A node-red node to convert values in a buffer, integer array or hex string into many different data type(s). Supports Big/Little Endian, BCD, byte swapping and much more.
MIT License
26 stars 9 forks source link

Payload zero when using dynamic specification without optional parameter 'mask' #15

Open woytekbode opened 1 year ago

woytekbode commented 1 year ago

Unless I include 'mask': "" in my 'items' array the resulting payload is returned as zero. In the guide it says the 'mask' property is optional and I would expect correct payload values without specifying 'mask'.

To be clear, no mask should be used in my example.