Input to the DoorLock setYearDaySchedule command

MatterSpecification.v13.Cluster § 5.2.10.18

interface SetYearDayScheduleRequest {
    localEndTime: number;
    localStartTime: number;
    userIndexUserId: number;
    yearDayIndex: number;
}

Hierarchy (view full)

Properties

localEndTime: number

This field shall indicate the ending time for the Year 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.18.4

localStartTime: number

This field shall indicate the starting time for the Year 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.18.3

userIndexUserId: number
yearDayIndex: number

This field shall indicate the index of the Year Day schedule.

MatterSpecification.v13.Cluster § 5.2.10.18.1