Dear Team
I am testing RUT240 with Thingsborad platform, I've found that when router is sending Int 32 Byte data, it is sent smoothly but when I try to send Ascii data, thingboard server does not recieved it.
I found that on Int32Byte data, its not putting "" in the data so the JSON sting is as follows:
[
{
"ID": "1",
"TS": "1626269900",
"ST": "2",
"VR": "6650"
}
]
But when sending ASCII, Its putting "" with the string and that might be the issues, see the string below which RUT240 is sending:
[{"ID":"1", "TS":"1626269722","ST":"8","VR":""Teltonika-RUT240.com""}]
Kindly let me know the solution.