System page: add last updated time ago (#5195)

This commit is contained in:
James L
2023-01-27 12:20:41 +00:00
committed by GitHub
parent 7926ddd008
commit 11054daebe
3 changed files with 13 additions and 3 deletions

View File

@@ -29,3 +29,4 @@ class StatsTrackingTypes(TypedDict):
detectors: dict[str, ObjectDetectProcess]
started: int
latest_frigate_version: str
last_updated: int