Content Control 0x050F
Manages content access controls and parental restrictions on media devices.
Attributes 11
Commands 17
Features 8
| Code | Name | Type | Flags |
|---|---|---|---|
| 0x0000 | Enabled | boolean | |
| 0x0001 | OnDemandRatings | array | Optional |
| 0x0002 | OnDemandRatingThreshold | char_string | Optional |
| 0x0003 | ScheduledContentRatings | array | Optional |
| 0x0004 | ScheduledContentRatingThreshold | char_string | Optional |
| 0x0005 | ScreenDailyTime | elapsed_s | Optional |
| 0x0006 | RemainingScreenTime | elapsed_s | Optional |
| 0x0007 | BlockUnrated | boolean | Optional |
| 0x0008 | BlockChannelList | array | Optional |
| 0x0009 | BlockApplicationList | array | Optional |
| 0x000A | BlockContentTimeWindow | array | Optional |
| Code | Name | Direction | Parameters |
|---|---|---|---|
| 0x00 | UpdatePIN Optional | client→server |
OldPIN: char_string, NewPIN: char_string |
| 0x01 | ResetPIN Optional | client→server | None |
| 0x02 | ResetPINResponse Optional | server→client |
PINCode: char_string |
| 0x03 | Enable | client→server | None |
| 0x04 | Disable | client→server | None |
| 0x05 | AddBonusTime Optional | client→server |
PINCode: char_string, BonusTime: elapsed_s |
| 0x06 | SetScreenDailyTime Optional | client→server |
ScreenTime: elapsed_s |
| 0x07 | BlockUnratedContent Optional | client→server | None |
| 0x08 | UnblockUnratedContent Optional | client→server | None |
| 0x09 | SetOnDemandRatingThreshold Optional | client→server |
Rating: char_string |
| 0x0A | SetScheduledContentRatingThreshold Optional | client→server |
Rating: char_string |
| 0x0B | AddBlockChannels Optional | client→server |
Channels: BlockChannelStruct |
| 0x0C | RemoveBlockChannels Optional | client→server |
ChannelIndexes: int16u |
| 0x0D | AddBlockApplications Optional | client→server |
Applications: AppInfoStruct |
| 0x0E | RemoveBlockApplications Optional | client→server |
Applications: AppInfoStruct |
| 0x0F | SetBlockContentTimeWindow Optional | client→server |
TimeWindow: TimeWindowStruct |
| 0x10 | RemoveBlockContentTimeWindow Optional | client→server |
TimeWindowIndexes: int16u |
ScreenTime
(ST)
bit 0
Supports managing screen time limits.
PINManagement
(PM)
bit 1
Supports managing a PIN code which is used for restricting access to configuration of this feature.
BlockUnrated
(BU)
bit 2
Supports managing content controls for unrated content.
OnDemandContentRating
(OCR)
bit 3
Supports managing content controls based upon rating threshold for on demand content.
ScheduledContentRating
(SCR)
bit 4
Supports managing content controls based upon rating threshold for scheduled content.
BlockChannels
(BC)
bit 5
Supports managing a set of channels that are prohibited.
BlockApplications
(BA)
bit 6
Supports managing a set of applications that are prohibited.
BlockContentTimeWindow
(BTW)
bit 7
Supports managing content controls based upon setting time window in which all contents and applications SHALL be blocked.
Device Types Using This Cluster
Device types in the Matter spec that reference this cluster
Devices Implementing This Cluster
1 device in the survey implement this cluster