Input to the DoorLock clearYearDaySchedule command

MatterSpecification.v13.Cluster § 5.2.10.21

interface ClearYearDayScheduleRequest {
    userIndexUserId: number;
    yearDayIndex: number;
}

Hierarchy (view full)

Properties

userIndexUserId: number
yearDayIndex: number

This field shall indicate the Year Day schedule index to clear or 0xFE to clear all Year Day schedules for the specified user.

MatterSpecification.v13.Cluster § 5.2.10.21.1