Readonly
currentThis attribute shall contain the current channel. When supported but a channel is not currently tuned to (if a content application is in foreground), the value of the field shall be null.
Readonly
changeChange the channel to the channel with the given Number in the ChannelList attribute.
Readonly
skipThis command provides channel up and channel down functionality, but allows channel index jumps of size Count.
When the value of the increase or decrease is larger than the number of channels remaining in the given direction, then the behavior shall be to return to the beginning (or end) of the channel list and continue. For example, if the current channel is at index 0 and count value of -1 is given, then the current channel should change to the last channel.
Readonly
channelChannelList
Provides list of available channels.
Readonly
electronicElectronicGuide
Provides electronic program guide information.
Readonly
lineupLineupInfo
Provides lineup info, which is a reference to an external source of lineup information.
Readonly
recordRecordProgram
Provides ability to record program.
Modify elements using ElementModifier.alter.
Modify elements using ElementModifier.enable.
Modify elements using ElementModifier.set.
Select features using ClusterComposer.compose.
Rest
...selection: SelectionT
This cluster provides an interface for controlling the current Channel on a device or endpoint.
This cluster server would be supported on Video Player devices or endpoints that allow Channel control such as a Content App. This cluster provides a list of available channels and provides commands for absolute and relative channel changes.
The cluster server for Channel is implemented by an endpoint that controls the current Channel.
ChannelCluster supports optional features that you can enable with the ChannelCluster.with() factory method.
See
MatterSpecification.v13.Cluster § 6.6