fix: ensure running transactions are stopped at CS stop
[e-mobility-charging-stations-simulator.git] / src / types / ocpp / 1.6 / Transaction.ts
index 4af42747ede0040b50fffa78410a943d4909b4b2..586367d769df006dc01aae280002ea42291e17fd 100644 (file)
@@ -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',