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

Support post processing #1

Closed Steve-Mcl closed 3 years ago

Steve-Mcl commented 3 years ago

Consider adding possibility to post process values.

e.g. data might be scaled by 100, permit user to enter a scaler of "0.01"

Steve-Mcl commented 3 years ago

Done - V2.4.0