I have a Hex payload as follows:
"0a0000000d000c01e184"
Using Save current messages as script yields
"mqttspy.publish("ASTRA/snd/189", "\n\u0000\u0000\u0000\r\u0000\f\u0001\uFFFD", 2, true);"
The final "\uFFFD" isn't a correct representation of the original "e184", Seems there's something going wrong, "\uFFFD" is the UNICODE Replacement character.
I have a Hex payload as follows: "0a0000000d000c01e184" Using Save current messages as script yields "mqttspy.publish("ASTRA/snd/189", "\n\u0000\u0000\u0000\r\u0000\f\u0001\uFFFD", 2, true);"
The final "\uFFFD" isn't a correct representation of the original "e184", Seems there's something going wrong, "\uFFFD" is the UNICODE Replacement character.