fix: Improve state handling to avoid stuck triggered cameras (#2348)
- Related: https://github.com/dermotduffy/advanced-camera-card/issues/2342
This commit is contained in:
@@ -8,6 +8,7 @@ const createEventChange = (): FrigateEventChange => {
|
||||
return {
|
||||
type: 'new',
|
||||
before: {
|
||||
id: '1234.5678',
|
||||
camera: 'front_door',
|
||||
snapshot: null,
|
||||
has_clip: false,
|
||||
@@ -16,6 +17,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