BrightnessLevel

data class BrightnessLevel(val brightnessLevel: Int)

Parameters

brightnessLevel

The level of brightness of the display, in the range of 0..5, where

  • 0 if OFF

  • 1 is the darkest

  • 5 is the brightest.

Constructors

Link copied to clipboard
constructor(brightnessLevel: Int)

Properties

Link copied to clipboard