Spell fix.
authorJérôme Benoit <jerome.benoit@sap.com>
Fri, 1 Jan 2021 00:21:57 +0000 (01:21 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Fri, 1 Jan 2021 00:21:57 +0000 (01:21 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
src/types/ChargingStationTemplate.ts
src/types/ocpp/1.6/Transaction.ts

index 9af61810866a8bc556fa4ef54946a290533b6757..744e7414a497cf99d83e275a32fc9fe30a8a9dab 100644 (file)
@@ -42,8 +42,8 @@ export default interface ChargingStationTemplate {
   resetTime?: number;
   connectionTimeout?: number;
   autoReconnectMaxRetries?: number;
-  registrationMaxRetries?: number;
   reconnectExponentialDelay?: boolean;
+  registrationMaxRetries?: number;
   enableStatistics?: boolean;
   voltageOut?: number;
   Configuration?: ChargingStationConfiguration;
index c7777db20fd721a7f40171b05d1eff8e59304e2b..7b072e700155d5f44bc888888e5d523938d7ceff 100644 (file)
@@ -20,7 +20,7 @@ export enum AuthorizationStatus {
   BLOCKED = 'Blocked',
   EXPIRED = 'Expired',
   INVALID = 'Invalid',
-  CONCURENT_TX = 'ConcurrentTx'
+  CONCURRENT_TX = 'ConcurrentTx'
 }
 
 export interface IdTagInfo {