TlvRatingName: ObjectSchema<{
    ratingName: FieldType<string>;
    ratingNameDesc: OptionalFieldType<string>;
}> = ...

Type declaration

  • ratingName: FieldType<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: OptionalFieldType<string>

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

    MatterSpecification.v13.Cluster § 6.13.5.1.2

MatterSpecification.v13.Cluster § 6.13.5.1