EntertainmentConfigurationUpdateParameters

@Serializable
data class EntertainmentConfigurationUpdateParameters(val metadata: EntertainmentConfigurationMetadata? = null, val configurationType: EntertainmentConfigurationType? = null, val action: EntertainmentConfigurationAction? = null, val streamProxy: StreamProxyCreateParameters? = null, val locations: EntertainmentLocationsUpdateParameters? = null)

Data used for updating an existing entertainment configuration via the bridge.

All properties are optional - only the specified fields will be updated.

Constructors

constructor(metadata: EntertainmentConfigurationMetadata? = null, configurationType: EntertainmentConfigurationType? = null, action: EntertainmentConfigurationAction? = null, streamProxy: StreamProxyCreateParameters? = null, locations: EntertainmentLocationsUpdateParameters? = null)

Properties

Link copied to clipboard

Action to control streaming.

Link copied to clipboard
@SerialName(value = "configuration_type")
val configurationType: EntertainmentConfigurationType?

Defines for which type of application this channel assignment was optimized.

Link copied to clipboard

Entertainment service locations for lights in the zone.

Link copied to clipboard

Metadata containing the friendly name of the entertainment configuration.

Link copied to clipboard
@SerialName(value = "stream_proxy")
val streamProxy: StreamProxyCreateParameters?

Stream proxy configuration for this entertainment group.