DisplaySleepTime

data class DisplaySleepTime(val displaySleepTime: Int)

Parameters

displaySleepTime

The amount of seconds of inactivity before the display will go to sleep. A value of 0 signals, that the display should never go to sleep.

Constructors

Link copied to clipboard
constructor(displaySleepTime: Int)

Properties

Link copied to clipboard