From e943acbad3eccefad199be2b7a9b7afe8d5b4baf Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 28 Apr 2026 15:22:07 +0200 Subject: [PATCH] fix(simulator): set postTransactionDelay to 2s on ABB station templates --- src/assets/station-templates/abb-atg.station-template.json | 1 + src/assets/station-templates/abb.station-template.json | 1 + 2 files changed, 2 insertions(+) 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, -- 2.43.0