onvif
    Preparing search index...

    Interface GetDoorListResponse

    interface GetDoorListResponse {
        door?: Door[];
        nextStartReference?: string;
    }
    Index
    door?: Door[]

    List of Door items.

    nextStartReference?: string

    StartReference to use in next call to get the following items. If absent, no more items to get.