EntertainmentConfigurationAction

@Serializable
value class EntertainmentConfigurationAction(val key: String)

Action that can be taken on an entertainment configuration to control streaming.

If status is "inactive" -> write start to start streaming. Writing start when it's already active does not change the ownership of the streaming. If status is "active" -> write "stop" to end the current streaming. In order to start streaming when other application is already streaming, first write "stop" and then "start".

Constructors

Link copied to clipboard
constructor(key: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String

Functions

Link copied to clipboard
open override fun toString(): String