TlvOutputInfo: ObjectSchema<{
    index: FieldType<number>;
    name: FieldType<string>;
    outputType: FieldType<AudioOutput.OutputType>;
}> = ...

This contains information about an output.

Type declaration

  • index: FieldType<number>

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

    MatterSpecification.v13.Cluster § 6.5.5.2.1

  • name: FieldType<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: FieldType<AudioOutput.OutputType>

    This field shall indicate the type of output.

    MatterSpecification.v13.Cluster § 6.5.5.2.2

MatterSpecification.v13.Cluster § 6.5.5.2