X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2Focpp%2F1.6%2FTransaction.ts;h=f9659f695398822e3932197137b8ee581626d6d2;hb=16c46962f43a692c996b1c89a94dc572fea52d63;hp=58f7e96c0f8ce8863bfd5e81f5e9b0a1f05774f7;hpb=a807045be19c1ed4996a44d8c2c8774e926dc6dc;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/ocpp/1.6/Transaction.ts b/src/types/ocpp/1.6/Transaction.ts index 58f7e96c..f9659f69 100644 --- a/src/types/ocpp/1.6/Transaction.ts +++ b/src/types/ocpp/1.6/Transaction.ts @@ -1,5 +1,5 @@ -import type { OCPP16MeterValue } from './MeterValues.js' import type { JsonObject } from '../../JsonType.js' +import type { OCPP16MeterValue } from './MeterValues.js' export enum OCPP16StopTransactionReason { EMERGENCY_STOP = 'EmergencyStop', @@ -12,7 +12,7 @@ export enum OCPP16StopTransactionReason { REMOTE = 'Remote', SOFT_RESET = 'SoftReset', UNLOCK_COMMAND = 'UnlockCommand', - DE_AUTHORIZED = 'DeAuthorized', + DE_AUTHORIZED = 'DeAuthorized' } export enum OCPP16AuthorizationStatus { @@ -20,7 +20,7 @@ export enum OCPP16AuthorizationStatus { BLOCKED = 'Blocked', EXPIRED = 'Expired', INVALID = 'Invalid', - CONCURRENT_TX = 'ConcurrentTx', + CONCURRENT_TX = 'ConcurrentTx' } interface IdTagInfo extends JsonObject {