Input to the AudioOutput renameOutput command

MatterSpecification.v13.Cluster § 6.5.7.2

interface RenameOutputRequest {
    index: number;
    name: string;
}

Hierarchy (view full)

Properties

Properties

index: number = ...
name: string = ...