Merge branch 'main' into dev
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user