forked from Github/frigate
add region/bbox/area to event table
This commit is contained in:
@@ -57,7 +57,6 @@ describe('Event Route', () => {
|
||||
const mockEvent = {
|
||||
camera: 'front',
|
||||
end_time: 1613257337.841237,
|
||||
false_positive: false,
|
||||
has_clip: true,
|
||||
has_snapshot: true,
|
||||
id: '1613257326.237365-83cgl2',
|
||||
|
||||
@@ -71,7 +71,6 @@ describe('Events Route', () => {
|
||||
|
||||
const mockEvents = new Array(12).fill(null).map((v, i) => ({
|
||||
end_time: 1613257337 + i,
|
||||
false_positive: false,
|
||||
has_clip: true,
|
||||
has_snapshot: true,
|
||||
id: i,
|
||||
|
||||
Reference in New Issue
Block a user