|
| string | name = "api:unifiprotect_videoEventView" |
| |
| string | url = "/api/unifiprotect/video/{nvr_id}/{event_id}" |
| |
| bool | requires_auth = True |
| |
View to proxy video clips for events from UniFi Protect.
Definition at line 248 of file views.py.
◆ get()
| web.StreamResponse homeassistant.components.unifiprotect.views.VideoEventProxyView.get |
( |
|
self, |
|
|
web.Request |
request, |
|
|
str |
nvr_id, |
|
|
str
|
event_id |
|
) |
| |
Get Camera Video clip for an event.
Definition at line 254 of file views.py.
◆ name
| string homeassistant.components.unifiprotect.views.VideoEventProxyView.name = "api:unifiprotect_videoEventView" |
|
static |
◆ url
| string homeassistant.components.unifiprotect.views.VideoEventProxyView.url = "/api/unifiprotect/video/{nvr_id}/{event_id}" |
|
static |
The documentation for this class was generated from the following file:
- core/homeassistant/components/unifiprotect/views.py