onvif
    Preparing search index...

    Interface DoorInfoBase

    Used as extension base.

    interface DoorInfoBase {
        description?: string;
        name: string;
        token: string;
    }

    Hierarchy (View Summary)

    Index
    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.