Hello good.
I have a question with an entry reading.
I have an entry that I cannot read in word (from 0000 to 03e8) on your site I get it (from 0 to 1000)
My question is. Can I convert the input integer value to a word (WORD)?
How can I do it???
I would add a small comment (and happy to hear feedback if I'm missing something):
I prefer using String() rather than .toString(). toString() generates a runtime error and aborts the message forwarding if msg.payload is undefined or null, while String() returns valid strings with the value 'undefined' or 'null' respectively.