From 0174f6b2d55386af18c118d3cc264a0fc017f019 Mon Sep 17 00:00:00 2001
From: "christoph.von.oy" <christoph.von.oy@rwth-aachen.de>
Date: Tue, 16 Apr 2024 15:22:49 +0200
Subject: [PATCH] Renamed some components

---
 Model_Library                           | 2 +-
 examples/BusChargingDepot/depot.json    | 4 ++--
 examples/BusChargingHPC/HPC.json        | 4 ++--
 examples/BusChargingIMC/IMC.json        | 6 +++---
 examples/complex_prosumer/prosumer.json | 2 +-
 examples/district/asset.json            | 2 +-
 examples/district/prosumer_2.json       | 2 +-
 7 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/Model_Library b/Model_Library
index 0bf4252b3f..5b5a3a8248 160000
--- a/Model_Library
+++ b/Model_Library
@@ -1 +1 @@
-Subproject commit 0bf4252b3f666e1ada519a9f63f213eb604ac4e0
+Subproject commit 5b5a3a82481cacaaba6df26ad95879e106ec3a1c
diff --git a/examples/BusChargingDepot/depot.json b/examples/BusChargingDepot/depot.json
index 7f76e743aa..8a4d5012fd 100644
--- a/examples/BusChargingDepot/depot.json
+++ b/examples/BusChargingDepot/depot.json
@@ -38,7 +38,7 @@
             }
         },
         "bus_1_battery": {
-            "type": "LiionBattery",
+            "type": "Battery",
             "model": "bus_battery.json",
             "min_capacity": 0,
             "max_capacity": 5000,
@@ -60,7 +60,7 @@
             "type": "ElectricalGeneration"
         },
         "bus_2_battery": {
-            "type": "LiionBattery",
+            "type": "Battery",
             "model": "bus_battery.json",
             "min_capacity": 0,
             "max_capacity": 5000,
diff --git a/examples/BusChargingHPC/HPC.json b/examples/BusChargingHPC/HPC.json
index 6deccd23d2..fc21ac578d 100644
--- a/examples/BusChargingHPC/HPC.json
+++ b/examples/BusChargingHPC/HPC.json
@@ -80,7 +80,7 @@
             }
         },
         "bus_1_battery": {
-            "type": "LiionBattery",
+            "type": "Battery",
             "model": "bus_battery.json",
             "min_capacity": 0,
             "max_capacity": 3000,
@@ -102,7 +102,7 @@
             "type": "ElectricalGeneration"
         },
         "bus_2_battery": {
-            "type": "LiionBattery",
+            "type": "Battery",
             "model": "bus_battery.json",
             "min_capacity": 0,
             "max_capacity": 3000,
diff --git a/examples/BusChargingIMC/IMC.json b/examples/BusChargingIMC/IMC.json
index 648ac9e4d2..3cd511cbd5 100644
--- a/examples/BusChargingIMC/IMC.json
+++ b/examples/BusChargingIMC/IMC.json
@@ -16,7 +16,7 @@
             "max_capacity": 10000
         },
         "wayside_battery": {
-            "type": "LiionBattery",
+            "type": "Battery",
             "model": "wayside_battery.json",
             "min_capacity": 0,
             "max_capacity": 1000
@@ -31,7 +31,7 @@
             "max_capacity": 500
         },
         "bus_1_battery": {
-            "type": "LiionBattery",
+            "type": "Battery",
             "model": "bus_battery.json",
             "min_capacity": 0,
             "max_capacity": 5000,
@@ -76,7 +76,7 @@
             "max_capacity": 500
         },
         "bus_2_battery": {
-            "type": "LiionBattery",
+            "type": "Battery",
             "model": "bus_battery.json",
             "min_capacity": 0,
             "max_capacity": 5000,
diff --git a/examples/complex_prosumer/prosumer.json b/examples/complex_prosumer/prosumer.json
index 0cd6801adb..5866cd47eb 100644
--- a/examples/complex_prosumer/prosumer.json
+++ b/examples/complex_prosumer/prosumer.json
@@ -13,7 +13,7 @@
             "max_capacity": 10.0
         },
         "battery": {
-            "type": "LiionBattery",
+            "type": "Battery",
             "model": "battery.json",
             "min_capacity": 10.0,
             "max_capacity": 10.0
diff --git a/examples/district/asset.json b/examples/district/asset.json
index ed79b4a7f8..c5fe052430 100644
--- a/examples/district/asset.json
+++ b/examples/district/asset.json
@@ -1,7 +1,7 @@
 {
     "components": {
         "battery": {
-            "type": "LiionBattery",
+            "type": "Battery",
             "model": "battery.json",
             "min_capacity": 0,
             "max_capacity": 6
diff --git a/examples/district/prosumer_2.json b/examples/district/prosumer_2.json
index 4defdac6bf..952df496a1 100644
--- a/examples/district/prosumer_2.json
+++ b/examples/district/prosumer_2.json
@@ -13,7 +13,7 @@
             "max_capacity": 10
         },
         "battery": {
-            "type": "LiionBattery",
+            "type": "Battery",
             "model": "battery.json",
             "min_capacity": 10,
             "max_capacity": 10
-- 
GitLab