DoorLockTrait.GetWeekDayScheduleCommand.Request

class DoorLockTrait.GetWeekDayScheduleCommand.Request


The request payload for the GetWeekDaySchedule command.

Summary

Public constructors

Request(weekDayIndex: UByte, userIndex: UShort)

Creates a request payload for the GetWeekDaySchedule command.

Public properties

UShort

The unique identifier for the user whose week day schedule is to be retrieved.

UByte

The unique identifier for the week day schedule to retrieve.

Public constructors

Request

Request(weekDayIndex: UByte, userIndex: UShort)

Creates a request payload for the GetWeekDaySchedule command.

Public properties

userIndex

val userIndexUShort

The unique identifier for the user whose week day schedule is to be retrieved.

weekDayIndex

val weekDayIndexUByte

The unique identifier for the week day schedule to retrieve.