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

Public Member Functions

web.Response get (self, web.Request request, str nvr_id, str event_id)
 
- 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/thumbnail/{nvr_id}/{event_id}"
 
- 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 event thumbnails from UniFi Protect.

Definition at line 149 of file views.py.

Member Function Documentation

◆ get()

web.Response homeassistant.components.unifiprotect.views.ThumbnailProxyView.get (   self,
web.Request  request,
str  nvr_id,
str   event_id 
)
Get Event Thumbnail.

Definition at line 155 of file views.py.

Member Data Documentation

◆ name

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

Definition at line 153 of file views.py.

◆ url

string homeassistant.components.unifiprotect.views.ThumbnailProxyView.url = "/api/unifiprotect/thumbnail/{nvr_id}/{event_id}"
static

Definition at line 152 of file views.py.


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