Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.onvif.models.WebHookManagerState Class Reference
Inheritance diagram for homeassistant.components.onvif.models.WebHookManagerState:
[legend]
Collaboration diagram for homeassistant.components.onvif.models.WebHookManagerState:
[legend]

Static Public Attributes

int FAILED = 2
 
int STARTED = 1
 
int STOPPED = 0
 

Detailed Description

States for the webhook manager.

Definition at line 94 of file models.py.

Member Data Documentation

◆ FAILED

int homeassistant.components.onvif.models.WebHookManagerState.FAILED = 2
static

Definition at line 99 of file models.py.

◆ STARTED

int homeassistant.components.onvif.models.WebHookManagerState.STARTED = 1
static

Definition at line 98 of file models.py.

◆ STOPPED

int homeassistant.components.onvif.models.WebHookManagerState.STOPPED = 0
static

Definition at line 97 of file models.py.


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