ServiceLocationUpdateParameters

@Serializable
data class ServiceLocationUpdateParameters(val service: ResourceReference, val positions: List<Position>, val equalizationFactor: Float? = null)

Service location for updating an entertainment configuration.

Constructors

Link copied to clipboard
constructor(service: ResourceReference, positions: List<Position>, equalizationFactor: Float? = null)

Properties

Link copied to clipboard
@SerialName(value = "equalization_factor")
val equalizationFactor: Float?

Relative equalization factor applied to the entertainment service, to compensate for differences in brightness in the entertainment configuration.

Link copied to clipboard

Describes the location(s) of the service.

Link copied to clipboard

Reference to the entertainment service.