Input to the DoorLock clearWeekDaySchedule command

MatterSpecification.v13.Cluster § 5.2.10.17

interface ClearWeekDayScheduleRequest {
    userIndexUserId: number;
    weekDayIndex: number;
}

Hierarchy (view full)

Properties

userIndexUserId: number
weekDayIndex: number

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

MatterSpecification.v13.Cluster § 5.2.10.17.1