shade
latest
lights
/
inkapplications.shade.lights.events
/
DimmingInfoEvent
Dimming
Info
Event
@
Serializable
data
class
DimmingInfoEvent
(
val
brightness
:
Percentage
)
Info about a light's dimming status and capabilities.
Constructors
Properties
Constructors
Dimming
Info
Event
Link copied to clipboard
fun
DimmingInfoEvent
(
brightness
:
Percentage
)
Properties
brightness
Link copied to clipboard
@
Serializable
(
with
=
WholePercentageSerializer::class
)
val
brightness
:
Percentage
Current brightness value.