onvif
    Preparing search index...

    Interface ScheduleInfo

    The ScheduleInfo type represents the schedule as a physical object. The structure contains information of a specific schedule instance.

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

    Hierarchy (View Summary)

    Index
    description?: string

    User readable description for the schedule. 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.