This contains information about an output.

MatterSpecification.v13.Cluster § 6.5.5.2

interface OutputInfo {
    index: number;
    name: string;
    outputType: AudioOutput.OutputType;
}

Hierarchy (view full)

Properties

Properties

index: number = ...

This field shall indicate the unique index into the list of outputs.

MatterSpecification.v13.Cluster § 6.5.5.2.1

name: string = ...

The device defined and user editable output name, such as “Soundbar”, “Speakers”. This field may be blank, but SHOULD be provided when known.

MatterSpecification.v13.Cluster § 6.5.5.2.3

outputType: AudioOutput.OutputType = ...

This field shall indicate the type of output.

MatterSpecification.v13.Cluster § 6.5.5.2.2