Shade
Toggle table of contents
latest
common
Target filter
common
Switch theme
Search in API
Skip to content
Shade
lights
/
inkapplications.shade.lights.structures
/
DimmingValue
Dimming
Value
@
Serializable
data
class
DimmingValue
(
val
brightness
:
Percentage
)
Info about a light's dimming status.
Members
Constructors
Dimming
Value
Link copied to clipboard
constructor
(
brightness
:
Percentage
)
Properties
brightness
Link copied to clipboard
@
Serializable
(
with
=
WholePercentageSerializer::class
)
val
brightness
:
Percentage
Current brightness value.