This contains information about an input.

MatterSpecification.v13.Cluster § 6.9.5.2

interface InputInfo {
    description: string;
    index: number;
    inputType: MediaInput.InputType;
    name: string;
}

Hierarchy (view full)

Properties

description: string

This field shall indicate the user editable input description, such as “Living room Playstation”. This field may be blank, but SHOULD be provided when known.

MatterSpecification.v13.Cluster § 6.9.5.2.4

index: number

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

MatterSpecification.v13.Cluster § 6.9.5.2.1

This field shall indicate the type of input

MatterSpecification.v13.Cluster § 6.9.5.2.2

name: string

This field shall indicate the input name, such as “HDMI 1”. This field may be blank, but SHOULD be provided when known.

MatterSpecification.v13.Cluster § 6.9.5.2.3