Content Control 0x050F
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.
Spec History
Attributes (11)
| Code | Name | Type |
|---|---|---|
| 0x0000 | Enabled | boolean |
| 0x0001 | OnDemandRatings | array |
| 0x0002 | OnDemandRatingThreshold | char_string |
| 0x0003 | ScheduledContentRatings | array |
| 0x0004 | ScheduledContentRatingThreshold | char_string |
| 0x0005 | ScreenDailyTime | elapsed_s |
| 0x0006 | RemainingScreenTime | elapsed_s |
| 0x0007 | BlockUnrated | boolean |
| 0x0008 | BlockChannelList | array |
| 0x0009 | BlockApplicationList | array |
| 0x000A | BlockContentTimeWindow | array |
Commands (17)
| Code | Name | Direction |
|---|---|---|
| 0x00 | UpdatePIN | client→server |
| 0x01 | ResetPIN | client→server |
| 0x02 | ResetPINResponse | server→client |
| 0x03 | Enable | client→server |
| 0x04 | Disable | client→server |
| 0x05 | AddBonusTime | client→server |
| 0x06 | SetScreenDailyTime | client→server |
| 0x07 | BlockUnratedContent | client→server |
| 0x08 | UnblockUnratedContent | client→server |
| 0x09 | SetOnDemandRatingThreshold | client→server |
| 0x0A | SetScheduledContentRatingThreshold | client→server |
| 0x0B | AddBlockChannels | client→server |
| 0x0C | RemoveBlockChannels | client→server |
| 0x0D | AddBlockApplications | client→server |
| 0x0E | RemoveBlockApplications | client→server |
| 0x0F | SetBlockContentTimeWindow | client→server |
| 0x10 | RemoveBlockContentTimeWindow | client→server |
Features (8)
| Bit | Code | Name |
|---|---|---|
| 0 | ST | ScreenTime — Supports managing screen time limits. |
| 1 | PM | PINManagement — Supports managing a PIN code which is used for restricting access to configuration of this feature. |
| 2 | BU | BlockUnrated — Supports managing content controls for unrated content. |
| 3 | OCR | OnDemandContentRating — Supports managing content controls based upon rating threshold for on demand content. |
| 4 | SCR | ScheduledContentRating — Supports managing content controls based upon rating threshold for scheduled content. |
| 5 | BC | BlockChannels — Supports managing a set of channels that are prohibited. |
| 6 | BA | BlockApplications — Supports managing a set of applications that are prohibited. |
| 7 | BTW | BlockContentTimeWindow — Supports managing content controls based upon setting time window in which all contents and applications SHALL be blocked. |