Input to the DoorLock setHolidaySchedule command

MatterSpecification.v13.Cluster § 5.2.10.22

interface SetHolidayScheduleRequest {
    holidayIndex: number;
    localEndTime: number;
    localStartTime: number;
    operatingMode: DoorLock.OperatingMode;
}

Hierarchy (view full)

Properties

holidayIndex: number

This field shall indicate the index of the Holiday schedule.

MatterSpecification.v13.Cluster § 5.2.10.22.1

localEndTime: number

This field shall indicate the ending time for the Holiday Day schedule in Epoch Time in Seconds with local time offset based on the local timezone and DST offset on the day represented by the value. LocalEndTime shall be greater than LocalStartTime.

MatterSpecification.v13.Cluster § 5.2.10.22.3

localStartTime: number

This field shall indicate the starting time for the Holiday Day schedule in Epoch Time in Seconds with local time offset based on the local timezone and DST offset on the day represented by the value.

MatterSpecification.v13.Cluster § 5.2.10.22.2

operatingMode: DoorLock.OperatingMode

This field shall indicate the operating mode to use during this Holiday schedule start/end time.

MatterSpecification.v13.Cluster § 5.2.10.22.4