Input to the ContentControl setOnDemandRatingThreshold command

MatterSpecification.v13.Cluster § 6.13.8.10

interface SetOnDemandRatingThresholdRequest {
    rating: string;
}

Hierarchy (view full)

Properties

Properties

rating: string = ...

This field indicates a threshold rating for filtering on-demand content. This field shall be set to one of the values present in the OnDemandRatings attribute

MatterSpecification.v13.Cluster § 6.13.8.10.1