ServiceLocation

@Serializable
data class ServiceLocation(val service: ResourceReference, val positions: List<Position>, val equalizationFactor: Double)

Location information for an entertainment service within a configuration.

Constructors

Link copied to clipboard
constructor(service: ResourceReference, positions: List<Position>, equalizationFactor: Double)

Properties

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

Relative equalization factor applied to the entertainment service.

Link copied to clipboard

Describes the location(s) of the service.

Link copied to clipboard

Reference to the entertainment service.