EntertainmentConfigurationControls
interface EntertainmentConfigurationControls
Actions to get entertainment configuration resources in the hue system.
Entertainment configurations manage the setup for Hue Entertainment functionality, including channel assignments, light positions, and streaming settings.
Functions
Link copied to clipboard
abstract suspend fun createConfiguration(parameters: EntertainmentConfigurationCreateParameters): ResourceReference
Create a new entertainment configuration on the hue bridge.
Link copied to clipboard
Delete an existing entertainment configuration from the hue bridge.
Link copied to clipboard
Get the state of a single entertainment configuration.
Link copied to clipboard
Get a list of entertainment configurations on the hue service.
Link copied to clipboard
abstract suspend fun updateConfiguration(id: ResourceId, parameters: EntertainmentConfigurationUpdateParameters): ResourceReference
Update an existing entertainment configuration on the hue bridge.