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

A MediaInputCluster supports these elements if it supports feature NameUpdates.

Type declaration

  • Readonlycommands: {
        renameInput: Command<TypeFromFields, void, any>;
    }
    • ReadonlyrenameInput: Command<TypeFromFields, void, any>

      Upon receipt, this command shall rename the input at a specific index in the Input List. Updates to the input name shall appear in the device’s settings menus.

      MatterSpecification.v13.Cluster § 6.9.7.4