Classes | |
| class | EventManager |
| class | PullPointManager |
| class | WebHookManager |
Variables | |
| tuple | CREATE_ERRORS = (ONVIFError, Fault, RequestError, XMLParseError, ValidationError) |
| float | PULLPOINT_COOLDOWN_TIME = 0.75 |
| int | PULLPOINT_MESSAGE_LIMIT = 100 |
| PULLPOINT_POLL_TIME = dt.timedelta(seconds=60) | |
| tuple | RENEW_ERRORS = (ONVIFError, RequestError, XMLParseError, *SUBSCRIPTION_ERRORS) |
| tuple | SET_SYNCHRONIZATION_POINT_ERRORS = (*SUBSCRIPTION_ERRORS, TypeError) |
| int | SUBSCRIPTION_ATTEMPTS = 2 |
| tuple | SUBSCRIPTION_ERRORS = (Fault, TimeoutError, TransportError) |
| int | SUBSCRIPTION_RENEW_INTERVAL = 8 * 60 |
| int | SUBSCRIPTION_RESTART_INTERVAL_ON_ERROR = 60 |
| SUBSCRIPTION_TIME = dt.timedelta(minutes=10) | |
| tuple | UNSUBSCRIBE_ERRORS = (XMLParseError, *SUBSCRIPTION_ERRORS) |
ONVIF event abstraction.
| tuple homeassistant.components.onvif.event.CREATE_ERRORS = (ONVIFError, Fault, RequestError, XMLParseError, ValidationError) |
| float homeassistant.components.onvif.event.PULLPOINT_COOLDOWN_TIME = 0.75 |
| int homeassistant.components.onvif.event.PULLPOINT_MESSAGE_LIMIT = 100 |
| homeassistant.components.onvif.event.PULLPOINT_POLL_TIME = dt.timedelta(seconds=60) |
| tuple homeassistant.components.onvif.event.RENEW_ERRORS = (ONVIFError, RequestError, XMLParseError, *SUBSCRIPTION_ERRORS) |
| tuple homeassistant.components.onvif.event.SET_SYNCHRONIZATION_POINT_ERRORS = (*SUBSCRIPTION_ERRORS, TypeError) |
| int homeassistant.components.onvif.event.SUBSCRIPTION_ATTEMPTS = 2 |
| tuple homeassistant.components.onvif.event.SUBSCRIPTION_ERRORS = (Fault, TimeoutError, TransportError) |
| int homeassistant.components.onvif.event.SUBSCRIPTION_RENEW_INTERVAL = 8 * 60 |
| int homeassistant.components.onvif.event.SUBSCRIPTION_RESTART_INTERVAL_ON_ERROR = 60 |
| homeassistant.components.onvif.event.SUBSCRIPTION_TIME = dt.timedelta(minutes=10) |
| tuple homeassistant.components.onvif.event.UNSUBSCRIBE_ERRORS = (XMLParseError, *SUBSCRIPTION_ERRORS) |