Input to the MediaInput selectInput command

MatterSpecification.v13.Cluster § 6.9.7.1

interface SelectInputRequest {
    index: number;
}

Hierarchy (view full)

Properties

Properties

index: number

This field shall indicate the index field of the InputInfoStruct from the InputList attribute in which to change to.

MatterSpecification.v13.Cluster § 6.9.7.1.1