DoorLockTrait.GetYearDayScheduleCommand.Request

class DoorLockTrait.GetYearDayScheduleCommand.Request


The request payload for the GetYearDaySchedule command.

Summary

Public constructors

Request(yearDayIndex: UByte, userIndex: UShort)

Creates a request payload for the GetYearDaySchedule command.

Public properties

UShort

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

UByte

The unique identifier for the year day schedule to be retrieved.

Public constructors

Request

Request(yearDayIndex: UByte, userIndex: UShort)

Creates a request payload for the GetYearDaySchedule command.

Public properties

userIndex

val userIndexUShort

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

yearDayIndex

val yearDayIndexUByte

The unique identifier for the year day schedule to be retrieved.