interface Base {
    hideInputStatus(): MaybePromise;
    selectInput(request: MediaInput.SelectInputRequest): MaybePromise;
    showInputStatus(): MaybePromise;
}

Methods

  • Upon receipt, this command shall hide the input list from the screen.

    Returns MaybePromise

    MatterSpecification.v13.Cluster § 6.9.7.3

  • Upon receipt, this command shall change the media input on the device to the input at a specific index in the Input List.

    Parameters

    Returns MaybePromise

    MatterSpecification.v13.Cluster § 6.9.7.1

  • Upon receipt, this command shall display the active status of the input list on screen.

    Returns MaybePromise

    MatterSpecification.v13.Cluster § 6.9.7.2