TurnOffTime

data class TurnOffTime(val turnOffTime: Int)

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

Parameters

turnOffTime

The amount of seconds in standby after which the remote device should turn off, in the range 10..65536.

Constructors

Link copied to clipboard
constructor(turnOffTime: Int)

Properties

Link copied to clipboard