TlvMessageResponseOption: ObjectSchema<{
    label: FieldType<string>;
    messageResponseId: FieldType<number>;
}> = ...

This represents a possible response to a message.

Type declaration

  • label: FieldType<string>

    This field shall indicate the text for this option; e.g. "Yes", "No", etc.

    MatterSpecification.v13.Cluster § 1.16.5.6.2

  • messageResponseId: FieldType<number>

    This field shall indicate a unique unsigned 32-bit number identifier for this message response option.

    MatterSpecification.v13.Cluster § 1.16.5.6.1

MatterSpecification.v13.Cluster § 1.16.5.6