onvif
    Preparing search index...

    Interface DoorInfo

    The DoorInfo type represents the Door as a physical object. The structure contains information and capabilities of a specific door instance. An ONVIF compliant device shall provide the following fields for each Door instance:

    interface DoorInfo {
        capabilities: DoorCapabilities;
        description?: string;
        name: string;
        token: string;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index
    capabilities: DoorCapabilities

    The capabilities of the Door.

    description?: string

    A user readable description. It shall be up to 1024 characters.

    name: string

    A user readable name. It shall be up to 64 characters.

    token: string

    A service-unique identifier of the item.