thingsboard-gateway icon indicating copy to clipboard operation
thingsboard-gateway copied to clipboard

Let custom mqtt converter to process array data by its own.

Open devaskim opened this issue 3 years ago • 0 comments

Data from my broker has the following format:

[false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false]

With this PR my custom converter gets the whole array and covert its based on index of value and pre-defined mapping rules. Without these changes the converter gets values one by one.

devaskim avatar Sep 20 '22 13:09 devaskim