TimerTrait.TimerAdjustCommand.Request

class TimerTrait.TimerAdjustCommand.Request


The request payload for the TimerAdjust command.

Summary

Public constructors

Request(adjustmentTimeSeconds: Int)

Creates a request payload for the TimerAdjust command.

Public properties

Int

Positive or negative adjustment of the timer in seconds, which must be in the range of -maxTimerLimitSeconds to maxTimerLimitSeconds.

Public constructors

Request

Request(adjustmentTimeSeconds: Int = 0)

Creates a request payload for the TimerAdjust command.

Public properties

adjustmentTimeSeconds

val adjustmentTimeSecondsInt

Positive or negative adjustment of the timer in seconds, which must be in the range of -maxTimerLimitSeconds to maxTimerLimitSeconds.