forked from Github/frigate
Adjustments and fixes (#10346)
* Increase duration of alerts and detections * Add key * Fix cancel button * Fix motion review when switching days * Add reset buttons and make calendar apply immediately * Adjust apis for motion and audio activity * Write review thumbs as webp and reduce size
This commit is contained in:
@@ -44,6 +44,6 @@ export type ReviewSummary = {
|
||||
|
||||
export type MotionData = {
|
||||
start_time: number;
|
||||
motion: number;
|
||||
audio: number;
|
||||
motion?: number;
|
||||
audio?: number;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user