This represents a possible response to a message.

MatterSpecification.v13.Cluster § 1.16.5.6

interface MessageResponseOption {
    label: string;
    messageResponseId: number;
}

Hierarchy (view full)

Properties

label: string

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

MatterSpecification.v13.Cluster § 1.16.5.6.2

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