interface OnDemandContentRating {
    setOnDemandRatingThreshold(request: ContentControl.SetOnDemandRatingThresholdRequest): MaybePromise;
}

Methods

  • The purpose of this command is to set the OnDemandRatingThreshold attribute.

    Upon receipt of the SetOnDemandRatingThreshold command, the media device shall check if the Rating field is one of values present in the OnDemandRatings attribute. If not, then a response with InvalidRating error status shall be returned.

    Returns MaybePromise

    MatterSpecification.v13.Cluster § 6.13.8.10