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

Made enable logics more user friendly

parent 7239ae69
Branches
No related tags found
No related merge requests found
Subproject commit 34ef20e7fb18a5144b030017996ce3c492b799f8
Subproject commit bd30f6883a18b671970e99c2d64e3ef7ffe6e2cf
......@@ -168,11 +168,15 @@
},
"charger_1_enable": {
"type": "ConnectorEnable",
"connector": "depot_inverter_1.output_1"
"connectors": [
"depot_inverter_1.output_1"
]
},
"charger_2_enable": {
"type": "ConnectorEnable",
"connector": "depot_inverter_2.output_1"
"connectors": [
"depot_inverter_2.output_1"
]
}
}
}
\ No newline at end of file
......@@ -300,11 +300,15 @@
},
"charger_1_enable": {
"type": "ConnectorEnable",
"connector": "depot_inverter_1.output_1"
"connectors": [
"depot_inverter_1.output_1"
]
},
"charger_2_enable": {
"type": "ConnectorEnable",
"connector": "depot_inverter_2.output_1"
"connectors": [
"depot_inverter_2.output_1"
]
},
"HPC_1_bus_1_enable": {
"type": "ConnectionEnable",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment