Last active
September 15, 2024 17:52
-
-
Save tangxiaocheng/42c097383ec7937152cbe698c354f043 to your computer and use it in GitHub Desktop.
camera_list.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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