Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.reolink.host Namespace Reference

Classes

class  ReolinkHost
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
int BATTERY_WAKE_UPDATE_INTERVAL = 3600
 
int DEFAULT_TIMEOUT = 30
 
int FIRST_ONVIF_LONG_POLL_TIMEOUT = 90
 
int FIRST_ONVIF_TIMEOUT = 10
 
int FIRST_TCP_PUSH_TIMEOUT = 10
 
float LONG_POLL_COOLDOWN = 0.75
 
int LONG_POLL_ERROR_COOLDOWN = 30
 
int POLL_INTERVAL_NO_PUSH = 5
 
int SUBSCRIPTION_RENEW_THRESHOLD = 300
 

Detailed Description

Module which encapsulates the NVR/camera API and subscription.

Variable Documentation

◆ _LOGGER

homeassistant.components.reolink.host._LOGGER = logging.getLogger(__name__)
private

Definition at line 56 of file host.py.

◆ BATTERY_WAKE_UPDATE_INTERVAL

int homeassistant.components.reolink.host.BATTERY_WAKE_UPDATE_INTERVAL = 3600

Definition at line 54 of file host.py.

◆ DEFAULT_TIMEOUT

int homeassistant.components.reolink.host.DEFAULT_TIMEOUT = 30

Definition at line 43 of file host.py.

◆ FIRST_ONVIF_LONG_POLL_TIMEOUT

int homeassistant.components.reolink.host.FIRST_ONVIF_LONG_POLL_TIMEOUT = 90

Definition at line 46 of file host.py.

◆ FIRST_ONVIF_TIMEOUT

int homeassistant.components.reolink.host.FIRST_ONVIF_TIMEOUT = 10

Definition at line 45 of file host.py.

◆ FIRST_TCP_PUSH_TIMEOUT

int homeassistant.components.reolink.host.FIRST_TCP_PUSH_TIMEOUT = 10

Definition at line 44 of file host.py.

◆ LONG_POLL_COOLDOWN

float homeassistant.components.reolink.host.LONG_POLL_COOLDOWN = 0.75

Definition at line 49 of file host.py.

◆ LONG_POLL_ERROR_COOLDOWN

int homeassistant.components.reolink.host.LONG_POLL_ERROR_COOLDOWN = 30

Definition at line 50 of file host.py.

◆ POLL_INTERVAL_NO_PUSH

int homeassistant.components.reolink.host.POLL_INTERVAL_NO_PUSH = 5

Definition at line 48 of file host.py.

◆ SUBSCRIPTION_RENEW_THRESHOLD

int homeassistant.components.reolink.host.SUBSCRIPTION_RENEW_THRESHOLD = 300

Definition at line 47 of file host.py.