EntertainmentChannel

@Serializable
data class EntertainmentChannel(val channelId: EntertainmentChannelId, val position: Position, val members: List<SegmentReference>)

A channel in an entertainment configuration.

Each channel groups segments of one or different lights.

Constructors

Link copied to clipboard
constructor(channelId: EntertainmentChannelId, position: Position, members: List<SegmentReference>)

Properties

Link copied to clipboard
@SerialName(value = "channel_id")
val channelId: EntertainmentChannelId

Channel identifier assigned by the bridge upon creation.

Link copied to clipboard

List of segment references that are members of this channel.

Link copied to clipboard

XYZ position of this channel.