Skip to content

Instantly share code, notes, and snippets.

@tangxiaocheng
Last active September 15, 2024 17:52
Show Gist options
  • Save tangxiaocheng/42c097383ec7937152cbe698c354f043 to your computer and use it in GitHub Desktop.
Save tangxiaocheng/42c097383ec7937152cbe698c354f043 to your computer and use it in GitHub Desktop.
camera_list.json
{
"cameras": [
{
"deviceId": "cam001_mav",
"deviceName": "Front Door Camera",
"resolution": "1080p",
"device_model": "WYZEC1",
"isActive": true,
"lastRecordedEvent": "2024-09-01T12:30:45Z"
},
{
"deviceId": "cam002",
"deviceName": "Backyard Camera",
"resolution": "720p",
"device_model": "WYZEC1",
"isActive": false,
"lastRecordedEvent": null
},
{
"deviceId": "cam003",
"deviceName": "Garage Camera",
"resolution": "1080p",
"device_model": "WYZEC1",
"isActive": true,
"lastRecordedEvent": "2024-08-30T18:00:15Z"
},
{
"deviceId": "cam004",
"deviceName": "Living Room Camera",
"resolution": "4K",
"device_model": "WYZEC1",
"isActive": true,
"lastRecordedEvent": "2024-09-03T08:15:20Z"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment