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 |
Module which encapsulates the NVR/camera API and subscription.
|
private |
| int homeassistant.components.reolink.host.BATTERY_WAKE_UPDATE_INTERVAL = 3600 |
| int homeassistant.components.reolink.host.DEFAULT_TIMEOUT = 30 |
| int homeassistant.components.reolink.host.FIRST_ONVIF_LONG_POLL_TIMEOUT = 90 |
| int homeassistant.components.reolink.host.FIRST_ONVIF_TIMEOUT = 10 |
| int homeassistant.components.reolink.host.FIRST_TCP_PUSH_TIMEOUT = 10 |
| float homeassistant.components.reolink.host.LONG_POLL_COOLDOWN = 0.75 |
| int homeassistant.components.reolink.host.LONG_POLL_ERROR_COOLDOWN = 30 |
| int homeassistant.components.reolink.host.POLL_INTERVAL_NO_PUSH = 5 |