interface BlockUnrated {
    blockUnratedContent(): MaybePromise;
    unblockUnratedContent(): MaybePromise;
}

Methods

  • The purpose of this command is to specify whether programs with no Content rating must be blocked by this media device.

    Upon receipt of the BlockUnratedContent command, the media device shall set the BlockUnrated attribute to TRUE.

    Returns MaybePromise

    MatterSpecification.v13.Cluster § 6.13.8.8

  • The purpose of this command is to specify whether programs with no Content rating must be blocked by this media device.

    Upon receipt of the UnblockUnratedContent command, the media device shall set the BlockUnrated attribute to FALSE.

    Returns MaybePromise

    MatterSpecification.v13.Cluster § 6.13.8.9