Input to the AudioOutput selectOutput command

MatterSpecification.v13.Cluster § 6.5.7.1

interface SelectOutputRequest {
    index: number;
}

Hierarchy (view full)

Properties

Properties

index: 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