Readonly
enabled: Attribute<boolean, any>Indicates whether the Content Control feature implemented on a media device is turned off (FALSE) or turned on (TRUE).
Readonly
disable: Command<void, void, any>The purpose of this command is to turn off the Content Control feature on a media device.
On receipt of the Disable command, the media device shall set the Enabled attribute to FALSE.
Readonly
enable: Command<void, void, any>The purpose of this command is to turn on the Content Control feature on a media device.
Upon receipt of the Enable command, the media device shall set the Enabled attribute to TRUE.
Readonly
blockBlockApplications
Supports managing a set of applications that are prohibited.
Readonly
blockBlockChannels
Supports managing a set of channels that are prohibited.
Readonly
blockBlockContentTimeWindow
Supports managing content controls based upon setting time window in which all contents and applications SHALL be blocked.
Readonly
blockBlockUnrated
Supports managing content controls for unrated content.
Readonly
onOnDemandContentRating
Supports managing content controls based upon rating threshold for on demand content.
Readonly
pinPinManagement
Supports managing a PIN code which is used for restricting access to configuration of this feature.
Readonly
scheduledScheduledContentRating
Supports managing content controls based upon rating threshold for scheduled content.
Readonly
screenScreenTime
Supports managing screen time limits.
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 is used for managing the content control (including "parental control") settings on a
media device such as a TV, or Set-top Box.
This cluster allows to configure content control settings by clients with the Management privilege. It is responsibility of the end product to enforce appropriate right access (for example, to prevent a child from disabling this feature).
NOTE Support for Content Control cluster is provisional.
ContentControlCluster supports optional features that you can enable with the ContentControlCluster.with() factory method.
See
MatterSpecification.v13.Cluster § 6.13