StandbyTime

data class StandbyTime(val standbyTime: Int)

Time after which the device goes from active state to standby state in seconds.

Parameters

standbyTime

The amount of seconds after which the remote device changes from active to standby, in the range 10, 15360 (10 second .. 256 minutes).

Constructors

Link copied to clipboard
constructor(standbyTime: Int)

Properties

Link copied to clipboard