Files
reolink_api/examples/response/GetPerformance.json

14 lines
185 B
JSON

[
{
"cmd": "GetPerformance",
"code": 0,
"value": {
"Performance": {
"codecRate": 2154,
"cpuUsed": 14,
"netThroughput": 0
}
}
}
]