LightDynamics

@Serializable
data class LightDynamics(val status: DynamicsStatus, val statusValues: List<DynamicsStatus>, val speed: Percentage, val speedValid: Boolean)

Dynamic Lighting Effects information

Constructors

Link copied to clipboard
constructor(status: DynamicsStatus, statusValues: List<DynamicsStatus>, speed: Percentage, speedValid: Boolean)

Properties

Link copied to clipboard
val speed: Percentage

Speed of dynamic palette or effect.

Link copied to clipboard
@SerialName(value = "speed_valid")
val speedValid: Boolean

Indicates whether the value presented in speed is valid

Link copied to clipboard

Current status of the lamp with dynamics.

Link copied to clipboard
@SerialName(value = "status_values")
val statusValues: List<DynamicsStatus>

Statuses in which a lamp could be when playing dynamics.