TimerTrait.TimerStartCommand.Request

class TimerTrait.TimerStartCommand.Request


The request payload for the TimerStart command.

Summary

Public constructors

Request(timerTimeSeconds: Int)

Creates a request payload for the TimerStart command.

Public properties

Int

Duration of the timer in seconds, which must be in the range of 1 to maxTimerLimitSeconds.

Public constructors

Request

Request(timerTimeSeconds: Int = 0)

Creates a request payload for the TimerStart command.

Public properties

timerTimeSeconds

val timerTimeSecondsInt

Duration of the timer in seconds, which must be in the range of 1 to maxTimerLimitSeconds.