interface Base {
    selectOutput(request: AudioOutput.SelectOutputRequest): MaybePromise;
}

Methods

Methods

  • Upon receipt, this shall change the output on the device to the output at a specific index in the Output List.

    Note that when the current output is set to an output of type HDMI, adjustments to volume via a Speaker endpoint on the same node may cause HDMI volume up/down commands to be sent to the given HDMI output.

    Parameters

    Returns MaybePromise

    MatterSpecification.v13.Cluster § 6.5.7.1