GroupDimmingInfo

@Serializable
data class GroupDimmingInfo(val brightness: Percentage)

Info about a light group's dimming status and capabilities.

Constructors

Link copied to clipboard
fun GroupDimmingInfo(brightness: Percentage)

Properties

Link copied to clipboard
@Serializable(with = WholePercentageSerializer::class)
val brightness: Percentage

Current brightness value.