Skip to content
Snippets Groups Projects
Commit 0174f6b2 authored by Christoph von Oy's avatar Christoph von Oy
Browse files

Renamed some components

parent 36732946
Branches
No related tags found
No related merge requests found
Subproject commit 0bf4252b3f666e1ada519a9f63f213eb604ac4e0
Subproject commit 5b5a3a82481cacaaba6df26ad95879e106ec3a1c
......@@ -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,
......
......@@ -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,
......
......@@ -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,
......
......@@ -13,7 +13,7 @@
"max_capacity": 10.0
},
"battery": {
"type": "LiionBattery",
"type": "Battery",
"model": "battery.json",
"min_capacity": 10.0,
"max_capacity": 10.0
......
{
"components": {
"battery": {
"type": "LiionBattery",
"type": "Battery",
"model": "battery.json",
"min_capacity": 0,
"max_capacity": 6
......
......@@ -13,7 +13,7 @@
"max_capacity": 10
},
"battery": {
"type": "LiionBattery",
"type": "Battery",
"model": "battery.json",
"min_capacity": 10,
"max_capacity": 10
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment