Option to display most recent events.

This commit is contained in:
Jamie Norton
2024-07-14 23:15:20 +12:00
parent 3d7d5d8d7b
commit 40e9b469f3
4 changed files with 90 additions and 20 deletions

View File

@@ -7,8 +7,11 @@
Allowed fields: `["cameras", "uptime", "version"]`.
A recent event listing is disabled by default, but can be enabled with the `enableRecentEvents` option.
```yaml
widget:
type: frigate
url: http://frigate.host.or.ip:port
enableRecentEvents: true
```