Input to the DoorLock clearHolidaySchedule command

MatterSpecification.v13.Cluster § 5.2.10.25

interface ClearHolidayScheduleRequest {
    holidayIndex: number;
}

Hierarchy (view full)

Properties

Properties

holidayIndex: number

This field shall indicate the Holiday schedule index to clear or 0xFE to clear all Holiday schedules.

MatterSpecification.v13.Cluster § 5.2.10.25.1