X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2Focpp%2F1.6%2FTransaction.ts;h=586367d769df006dc01aae280002ea42291e17fd;hb=9ff486f4329a4902e8bcd280c0649a74cb31e4df;hp=4af42747ede0040b50fffa78410a943d4909b4b2;hpb=8ab96efb5e72fd17d79a376b2db19c7ab43497a1;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 4af42747..586367d7 100644 --- a/src/types/ocpp/1.6/Transaction.ts +++ b/src/types/ocpp/1.6/Transaction.ts @@ -2,7 +2,6 @@ import type { OCPP16MeterValue } from './MeterValues'; import type { JsonObject } from '../../JsonType'; export enum OCPP16StopTransactionReason { - NONE = '', EMERGENCY_STOP = 'EmergencyStop', EV_DISCONNECTED = 'EVDisconnected', HARD_RESET = 'HardReset',