onvif
    Preparing search index...

    Interface GetDoorList

    interface GetDoorList {
        limit?: number;
        startReference?: string;
    }
    Index
    limit?: number

    Maximum number of entries to return. If not specified, less than one or higher than what the device supports, the number of items is determined by the device.

    startReference?: string

    Start returning entries from this start reference. If not specified, entries shall start from the beginning of the dataset.