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
fun LightDynamics(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

Indicates whether the value presented in speed is valid

Link copied to clipboard

Current status of the lamp with dynamics.

Link copied to clipboard

Statuses in which a lamp could be when playing dynamics.