onvif
    Preparing search index...

    Interface GetScheduleListResponse

    interface GetScheduleListResponse {
        nextStartReference?: string;
        schedule?: Schedule[];
    }
    Index
    nextStartReference?: string

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

    schedule?: Schedule[]

    List of Schedule items.