fix: ensure running transactions are stopped at CS stop
[e-mobility-charging-stations-simulator.git] / src / types / ocpp / 1.6 / ChargePointStatus.ts
index d7a197ae0f4c32307b296986bc0e140920f1aeb7..4cef943e712f797ec4e3c3d6ba88c446e0ff7eb6 100644 (file)
@@ -2,7 +2,6 @@ export enum OCPP16ChargePointStatus {
   Available = 'Available',
   Preparing = 'Preparing',
   Charging = 'Charging',
-  Occupied = 'Occupied',
   SuspendedEVSE = 'SuspendedEVSE',
   SuspendedEV = 'SuspendedEV',
   Finishing = 'Finishing',