onvif
    Preparing search index...

    Interface ScheduleState

    The ScheduleState contains state information for a schedule.

    interface ScheduleState {
        active: boolean;
        extension?: ScheduleStateExtension;
        specialDay?: boolean;
    }
    Index
    active: boolean

    Indicates that the current time is within the boundaries of the schedule or its special days schedules’ time periods. For example, if this schedule is being used for triggering automatic recording on a video source, the Active flag will be true when the schedule-based recording is supposed to record.

    specialDay?: boolean

    Indicates that the current time is within the boundaries of its special days schedules’ time periods. For example, if this schedule is being used for recording at a lower frame rate on a video source during special days, the SpecialDay flag will be true. If special days are not supported by the device, this field may be omitted and interpreted as false by the client.