NameUpdatesComponent: {
    commands: {
        renameInput: Command<TypeFromFields<{
            index: FieldType<number>;
            name: FieldType<string>;
        }>, void, any>;
    };
} = ...

A MediaInputCluster supports these elements if it supports feature NameUpdates.

Type declaration

  • Readonlycommands: {
        renameInput: Command<TypeFromFields<{
            index: FieldType<number>;
            name: FieldType<string>;
        }>, void, any>;
    }
    • ReadonlyrenameInput: Command<TypeFromFields<{
          index: FieldType<number>;
          name: FieldType<string>;
      }>, 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