MatterSpecification.v13.Cluster § 6.13.5.1

interface RatingName {
    ratingName: string;
    ratingNameDesc?: string;
}

Hierarchy (view full)

Properties

ratingName: string

This field shall indicate the name of the rating level of the applied rating system. The applied rating system is dependent upon the region or country where the Node has been provisioned, and may vary from one country to another.

MatterSpecification.v13.Cluster § 6.13.5.1.1

ratingNameDesc?: string

This field shall specify a human readable (displayable) description for RatingName.

MatterSpecification.v13.Cluster § 6.13.5.1.2