Merge branch 'main' into dev

This commit is contained in:
dermotduffy
2026-02-15 19:28:38 -08:00
11 changed files with 722 additions and 124 deletions
@@ -14,6 +14,7 @@ const createEventChange = (): FrigateEventChange => {
return {
type: 'new',
before: {
id: '1234.5678',
camera: 'front_door',
snapshot: null,
has_clip: false,
@@ -22,6 +23,7 @@ const createEventChange = (): FrigateEventChange => {
current_zones: [],
},
after: {
id: '1234.5678',
camera: 'front_door',
snapshot: null,
has_clip: true,