i am unable to interprate this data in values array when i am calling the API under
Account: retrieve the latest data from all energy meters within a single account
there is no response refrence in the documentation
the response is
"sn": "F51C3384",
"values": [
[
238.1,
105.39,
24506.0,
133965.16,
0.676,
50.0,
0.98
],
[
237.0,
175.27,
40856.0,
142165.536,
0.0,
50.0,
0.98
],
[
238.7,
121.35,
28070.0,
118780.84,
0.0,
50.0,
50.0,
50.0,
50.0,
50.0,
0.97
]
50.0,
0.97
]
],
"gmtTime": "2025/2/6 11:42:03"
I guess you read this api here
https://www.iammeter.com/docs/system-api
Yes?
The JSON data can be parsed like this