To change the type of a component, it seems that you have to change it in two places:
oemoflex/model_structure/components.csvoemoflex/model_structure/component_attrs/{components-name}.csv
The type value in the component's own csv file is relevant for the preprocessing step to read the attributes properly. The type value in components.csv seems not to be relevant at the moment. One source of truth would be better.
To change the type of a component, it seems that you have to change it in two places:
oemoflex/model_structure/components.csv
oemoflex/model_structure/component_attrs/{components-name}.csv
The type value in the component's own csv file is relevant for the preprocessing step to read the attributes properly. The type value in components.csv seems not to be relevant at the moment. One source of truth would be better.