NameUpdatesComponent: {
    commands: {
        renameOutput: Command<TypeFromFields, void, any>;
    };
}

A AudioOutputCluster supports these elements if it supports feature NameUpdates.

Type declaration

  • Readonlycommands: {
        renameOutput: Command<TypeFromFields, void, any>;
    }
    • ReadonlyrenameOutput: Command<TypeFromFields, void, any>

      Upon receipt, this shall rename the output at a specific index in the Output List.

      Updates to the output name shall appear in the device’s settings menus. Name updates may automatically be sent to the actual device to which the output connects.

      MatterSpecification.v13.Cluster § 6.5.7.2