"CheckRecord" // Check video recording conditions
"StatusEvent" // Online/offline status event
"PrepareRecord" // Prepare for video recording
"StartRecord" // Start video recording
"OpenDialog" // Open audio/video
"OpenDialogFail" // Failed to open audio/video
"DialogEvent" // Channel event
"CreateRecordFile" // Create video recording file
"Recording" // Recording in progress
"SplitRecord" // Split video recording
"StopRecord" // End video recording
"SaveRecord" // Save video recording
curl --location --request GET 'https://192.168.88.11:9781/bvcsp/v1/plan/recordLog/device//'
{
"code": 0,
"msg": "string",
"data": {
"puId": "string",
"channel": 0,
"event": "string",
"info": "string",
"time": 0,
"score": 0
}
}