Creates a new meter
curl --request POST \
--url https://cloud.volttime.com/api/v2/teams/{team_id}/meters \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"type": "<string>",
"charger_id": 123
}
'Show Meter
Show ConnectionStatus
ct_meter{
"data": {
"id": 6,
"type": "ct_meter",
"latest_data": {
"l1": 0,
"l2": 0,
"l3": 0,
"updated_at": "-"
},
"created_at": "2024-04-30T15:01:07.000000Z",
"updated_at": "2024-04-30T15:01:07.000000Z"
}
}
Was this page helpful?
curl --request POST \
--url https://cloud.volttime.com/api/v2/teams/{team_id}/meters \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"type": "<string>",
"charger_id": 123
}
'