feat: Add CameraPreviewModal component for live camera streaming
feat: Implement useAuth hook for user authentication management feat: Create useAutoRecording hook for managing automatic recording functionality feat: Develop AutoRecordingManager to handle automatic recording based on MQTT events test: Add test script to verify camera configuration API fix test: Create HTML page for testing camera configuration API and auto-recording fields
This commit is contained in:
@@ -149,7 +149,8 @@ GET http://localhost:8000/cameras
|
||||
# "serial_number": "ABC123"
|
||||
# },
|
||||
# "current_recording_file": null,
|
||||
# "recording_start_time": null
|
||||
# "recording_start_time": null,
|
||||
# "auto_record_on_machine_start": false
|
||||
# }
|
||||
# }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user