Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.unifiprotect.views.VideoProxyView Class Reference
Inheritance diagram for homeassistant.components.unifiprotect.views.VideoProxyView:
[legend]
Collaboration diagram for homeassistant.components.unifiprotect.views.VideoProxyView:
[legend]

Public Member Functions

web.StreamResponse get (self, web.Request request, str nvr_id, str camera_id, str start, str end)
 
- Public Member Functions inherited from homeassistant.components.unifiprotect.views.ProtectProxyView
None __init__ (self, HomeAssistant hass)
 

Static Public Attributes

string name = "api:unifiprotect_thumbnail"
 
string url = "/api/unifiprotect/video/{nvr_id}/{camera_id}/{start}/{end}"
 
- Static Public Attributes inherited from homeassistant.components.unifiprotect.views.ProtectProxyView
bool requires_auth = True
 

Additional Inherited Members

- Public Attributes inherited from homeassistant.components.unifiprotect.views.ProtectProxyView
 hass
 

Detailed Description

View to proxy video clips from UniFi Protect.

Definition at line 191 of file views.py.

Member Function Documentation

◆ get()

web.StreamResponse homeassistant.components.unifiprotect.views.VideoProxyView.get (   self,
web.Request  request,
str  nvr_id,
str  camera_id,
str  start,
str   end 
)
Get Camera Video clip.

Definition at line 197 of file views.py.

Member Data Documentation

◆ name

string homeassistant.components.unifiprotect.views.VideoProxyView.name = "api:unifiprotect_thumbnail"
static

Definition at line 195 of file views.py.

◆ url

string homeassistant.components.unifiprotect.views.VideoProxyView.url = "/api/unifiprotect/video/{nvr_id}/{camera_id}/{start}/{end}"
static

Definition at line 194 of file views.py.


The documentation for this class was generated from the following file: