@enervance/insight-cim-model 0.0.173 → 0.0.175

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4309,10 +4309,10 @@ class ConverterIntegral7 {
4309
4309
  }
4310
4310
  for (const i7Data of result) {
4311
4311
  const uuid = (0, parser_utils_1.getUUID)(i7Data.guid, this.objectMappingConfig.standardiseUuid);
4312
- if (uuid === '02b17e6c-eeed-451e-a822-c54e6d6c4db1') {
4312
+ if (i7Data.ur2 === 25) {
4313
4313
  const stop = true;
4314
4314
  }
4315
- const powerTransformer = new PowerTransformer_1.PowerTransformer(uuid, (0, util_create_1.createNotation)([(0, utils_2.getName)(i7Data), '_', uuid.substring(0, 8), '_PT']), i7Data.kurzname, i7Data.kommentar);
4315
+ const powerTransformer = new PowerTransformer_1.PowerTransformer(uuid, i7Data.bezeichner, i7Data.langname, i7Data.kommentar);
4316
4316
  const facility = util_cim_model_1.UtilCimModel.createFacilityInstanceForPsr(cimModel, powerTransformer, cim_constants_1.CimAssetAliasNames.Transformer, this.configUuid);
4317
4317
  /** AssetInfos */
4318
4318
  if (i7Data.baujahr) {