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

MatterSpecification.v13.Core § 9.7.4.1

interface LabelStruct {
    label: string;
    value: string;
}

Hierarchy (view full)

Properties

Properties

label: 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: 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