TlvSelectOutputRequest: ObjectSchema<{
    index: FieldType<number>;
}> = ...

Input to the AudioOutput selectOutput command

Type declaration

  • index: FieldType<number>

    This shall indicate the index field of the OutputInfoStruct from the OutputList attribute in which to change to.

    MatterSpecification.v13.Cluster § 6.5.7.1.1

MatterSpecification.v13.Cluster § 6.5.7.1