This command shall be generated in response to various Playback Commands.

MatterSpecification.v13.Cluster § 6.10.7.12

interface PlaybackResponse {
    data?: string;
    status: MediaPlayback.Status;
}

Hierarchy (view full)

Properties

Properties

data?: string

This field shall indicate Optional app-specific data.

MatterSpecification.v13.Cluster § 6.10.7.12.2

This field shall indicate the status of the command which resulted in this response.

MatterSpecification.v13.Cluster § 6.10.7.12.1