onvif
    Preparing search index...

    Interface Schedule

    The schedule structure shall include all properties of the ScheduleInfo structure and also the standard events (iCalendar format) and a list of SpecialDaysSchedule instances.

    interface Schedule {
        description?: string;
        extension?: ScheduleExtension;
        name: string;
        specialDays?: SpecialDaysSchedule[];
        standard: string;
        token: string;
    }

    Hierarchy (View Summary)

    Index
    description?: string

    User readable description for the schedule. It shall be up to 1024 characters.

    extension?: ScheduleExtension
    name: string

    A user readable name. It shall be up to 64 characters.

    specialDays?: SpecialDaysSchedule[]

    For devices that are not able to support all the features of iCalendar, supporting special days is essential. Each SpecialDaysSchedule instance defines an alternate set of time periods that overrides the regular schedule for a specified list of special days. Is of type SpecialDaysSchedule.

    standard: string

    An iCalendar structure that defines a number of events. Events can be recurring or non-recurring. The events can, for instance, be used to control when a camera should record or when a facility is accessible. Some devices might not be able to fully support all the features of iCalendar. Setting the service capability ExtendedRecurrenceSupported to false will enable more devices to be ONVIF compliant. Is of type string (but contains an iCalendar structure).

    token: string

    A service-unique identifier of the item.