AlertInfo

@Serializable
data class AlertInfo(val actionValues: List<AlertEffectType>)

Information on Alert effects for a light

Constructors

Link copied to clipboard
constructor(actionValues: List<AlertEffectType>)

Properties

Link copied to clipboard
@SerialName(value = "action_values")
val actionValues: List<AlertEffectType>

Alert effects that the light supports.