I have a data converter that generates the following output
[{
"deviceName": "meter 34936959",
"groupName": "All",
"ts": 1579788289,
"values": {
"counter": 2686
}
}]
timestamp is 1579788289
, which is Thursday, 23 January 2020 14:04:49
but in the device page, latest telemetry is "1970-01-19 08:49:48"
can you please help me to understand what is wrong with the structure?
Thank you