blakeblackshear.frigate/frigate/api
Josh Hawkins b061d083ba
Misc fixes (#17871)
* fix check for snapshot score

for manual events, snapScore is 0, so "0" gets displayed instead of a condition being evaluated.

* fix ongoing events from being returned for all review queries

The existing condition will include any record with a null end_time regardless of when it started, as long as the start_time is greater than the after param. With this fix, both the start time needs to be within the specified range, and for events that have already ended, their end time must be before the before param

* Base alert toggles on width not device class

---------

Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
2025-04-23 07:06:31 -06:00
..
defs Edit license plate in Tracked Object Details (#17631) 2025-04-10 08:27:01 -06:00
__init__.py
app.py Add ability to update Frigate+ model to latest from UI (#17324) 2025-03-24 09:19:58 -06:00
auth.py Move database and config from homeassistant /config to addon /config (#16337) 2025-03-24 09:05:59 -05:00
classification.py Face fixes (#17618) 2025-04-09 20:56:11 -05:00
event.py Edit license plate in Tracked Object Details (#17631) 2025-04-10 08:27:01 -06:00
export.py UI viewer role (#16978) 2025-03-08 10:01:08 -06:00
fastapi_app.py Refactor manual event api to use ZMQ (#17105) 2025-03-11 22:31:05 -05:00
media.py use ceil instead of round for recording snapshot (#17444) 2025-03-29 06:19:12 -06:00
notification.py Frigate HTTP API using FastAPI (#13871) 2024-09-24 07:05:30 -06:00
preview.py Reuse constants (#16874) 2025-02-28 21:35:09 -07:00
review.py Misc fixes (#17871) 2025-04-23 07:06:31 -06:00