Merge branch 'main' into dev
This commit is contained in:
@@ -477,7 +477,7 @@ export class FrigateCamera extends Camera {
|
||||
|
||||
this._eventCallback?.({
|
||||
cameraID,
|
||||
|
||||
id: ev.after.id,
|
||||
fidelity: 'high',
|
||||
type: ev.type,
|
||||
// In cases where there are both clip and snapshot media, ensure to only
|
||||
|
||||
@@ -98,6 +98,7 @@ export type PTZInfo = z.infer<typeof ptzInfoSchema>;
|
||||
|
||||
const frigateEventChangeBeforeAfterSchema = z.object({
|
||||
camera: z.string(),
|
||||
id: z.string(),
|
||||
snapshot: z
|
||||
.object({
|
||||
frame_time: z.number(),
|
||||
|
||||
Reference in New Issue
Block a user