fix: ensure the ATG is properly restored after disconnection to CSMS
[e-mobility-charging-stations-simulator.git] / src / types / AutomaticTransactionGenerator.ts
index 2625f8ad485993a54702fb4eacf23b3e3254cafd..1592c5507fb4d8b7629dd51d1e22cba31971fd88 100644 (file)
@@ -13,7 +13,6 @@ export interface AutomaticTransactionGeneratorConfiguration {
   probabilityOfStart: number
   stopAfterHours: number
   stopAbsoluteDuration: boolean
-  stopOnConnectionFailure: boolean
   requireAuthorize?: boolean
   idTagDistribution?: IdTagDistribution
 }