onvif
    Preparing search index...

    Interface Door

    The door structure shall include all properties of the DoorInfo structure and also a timings structure.

    interface Door {
        capabilities: DoorCapabilities;
        description?: string;
        doorType: string;
        extension?: DoorExtension;
        name: string;
        timings: Timings;
        token: string;
    }

    Hierarchy (View Summary)

    Index
    capabilities: DoorCapabilities

    The capabilities of the Door.

    description?: string

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

    doorType: string

    The type of door. Is of type text. Can be either one of the following reserved ONVIF types: "pt:Door", "pt:ManTrap", "pt:Turnstile", "pt:RevolvingDoor", "pt:Barrier", or a custom defined type.

    extension?: DoorExtension
    name: string

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

    timings: Timings

    A structure defining times such as how long the door is unlocked when accessed, extended grant time, etc.

    token: string

    A service-unique identifier of the item.