DoorLockTrait.ClearWeekDayScheduleCommand.Request

class DoorLockTrait.ClearWeekDayScheduleCommand.Request


The request payload for the ClearWeekDaySchedule command.

Summary

Public constructors

Request(weekDayIndex: UByte, userIndex: UShort)

Creates a request payload for the ClearWeekDaySchedule command.

Public properties

UShort

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

UByte

The unique identifier for the week day schedule to clear.

Public constructors

Request

Request(weekDayIndex: UByte, userIndex: UShort)

Creates a request payload for the ClearWeekDaySchedule command.

Public properties

userIndex

val userIndexUShort

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

weekDayIndex

val weekDayIndexUByte

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