From: Jérôme Benoit Date: Tue, 28 Apr 2026 13:22:07 +0000 (+0200) Subject: fix(simulator): set postTransactionDelay to 2s on ABB station templates X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=e943acbad3eccefad199be2b7a9b7afe8d5b4baf;p=e-mobility-charging-stations-simulator.git fix(simulator): set postTransactionDelay to 2s on ABB station templates --- diff --git a/src/assets/station-templates/abb-atg.station-template.json b/src/assets/station-templates/abb-atg.station-template.json index d9921ebb..44e2435c 100644 --- a/src/assets/station-templates/abb-atg.station-template.json +++ b/src/assets/station-templates/abb-atg.station-template.json @@ -7,6 +7,7 @@ "firmwareVersion": "4.0.4.22", "power": 50000, "powerSharedByConnectors": true, + "postTransactionDelay": 2, "powerUnit": "W", "currentOutType": "DC", "useConnectorId0": true, diff --git a/src/assets/station-templates/abb.station-template.json b/src/assets/station-templates/abb.station-template.json index e3df2ba7..1930ef5e 100644 --- a/src/assets/station-templates/abb.station-template.json +++ b/src/assets/station-templates/abb.station-template.json @@ -7,6 +7,7 @@ "firmwareVersion": "4.0.4.22", "power": 50000, "powerSharedByConnectors": true, + "postTransactionDelay": 2, "powerUnit": "W", "currentOutType": "DC", "numberOfConnectors": 2,