Input to the ContentAppObserver contentAppMessage command

MatterSpecification.v13.Cluster § 6.12.5.1

interface ContentAppMessageRequest {
    data: string;
    encodingHint?: string;
}

Hierarchy (view full)

Properties

Properties

data: string = ...

This field shall indicate content app-specific data.

MatterSpecification.v13.Cluster § 6.12.5.1.1

encodingHint?: string = ...

This optional field shall indicate a content app-specific hint to the encoding of the data.

MatterSpecification.v13.Cluster § 6.12.5.1.2