TlvSetScheduledContentRatingThresholdRequest: ObjectSchema<{
    rating: FieldType<string>;
}> = ...

Input to the ContentControl setScheduledContentRatingThreshold command

Type declaration

  • rating: FieldType<string>

    This field indicates a threshold rating for filtering scheduled content. This field shall be set to one

    of the values present in the ScheduledContentRatings attribute.

    MatterSpecification.v13.Cluster § 6.13.8.11.1

MatterSpecification.v13.Cluster § 6.13.8.11