TlvLabelStruct: ObjectSchema<{
    label: FieldType<string>;
    value: FieldType<string>;
}> = ...

This is a string tuple with strings that are user defined.

Type declaration

  • label: FieldType<string>

    The Label or Value semantic is not defined here. Label examples: "room", "zone", "group", "direction".

    MatterSpecification.v13.Core § 9.7.4.1.1

  • value: FieldType<string>

    The Label or Value semantic is not defined here. The Value is a discriminator for a Label that may have multiple instances. Label:Value examples: "room":"bedroom 2", "orientation":"North", "floor":"2", "direction":"up"

    MatterSpecification.v13.Core § 9.7.4.1.2

MatterSpecification.v13.Core § 9.7.4.1