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
24 stars 8 forks source link

Dynamic spec does not work properly #16

Open mickym2 opened 1 year ago

mickym2 commented 1 year ago

If I use the buffer node in dynam. spec and I want to extract a byte value - the UI spec works the dynam. spec. doesn`t.

image buffer-parser.zip

FranPanadero commented 1 year ago

Hi @mickym2, as @woytekbode says in another threat just add "mask":"" on items, it worked for me.

mickym2 commented 1 year ago

Many thanks - with an empty mask property in the dyn. spec it works for me as well. Great and thanks again.

Should be in the docu - that this is mandatory.

https://github.com/Steve-Mcl/node-red-contrib-buffer-parser/issues/15