DoorLockTrait.ClearYearDayScheduleCommand.Request

class DoorLockTrait.ClearYearDayScheduleCommand.Request


The request payload for the ClearYearDaySchedule command.

Summary

Public constructors

Request(yearDayIndex: UByte, userIndex: UShort)

Creates a request payload for the ClearYearDaySchedule command.

Public properties

UShort

The unique identifier for the user whose year day schedule is to be cleared.

UByte

The unique identifier for the year day schedule to clear.

Public constructors

Request

Request(yearDayIndex: UByte, userIndex: UShort)

Creates a request payload for the ClearYearDaySchedule command.

Public properties

userIndex

val userIndexUShort

The unique identifier for the user whose year day schedule is to be cleared.

yearDayIndex

val yearDayIndexUByte

The unique identifier for the year day schedule to clear. 0xFE clears all year day schedules for the specified user.