ATG: make requireAuthorize optional
authorJérôme Benoit <jerome.benoit@sap.com>
Sun, 6 Jun 2021 15:18:35 +0000 (17:18 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sun, 6 Jun 2021 15:18:35 +0000 (17:18 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
src/types/ChargingStationTemplate.ts

index 44aea77fcaadd3aa67dc256c0c8c32195dc45fc2..dbe9b8d23a9080a8126b2b5c9bef8852f71deb51 100644 (file)
@@ -28,7 +28,7 @@ export interface AutomaticTransactionGenerator {
   probabilityOfStart: number;
   stopAfterHours: number;
   stopOnConnectionFailure: boolean;
-  requireAuthorize: boolean
+  requireAuthorize?: boolean
 }
 
 export default interface ChargingStationTemplate {