X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2Focpp%2F1.6%2FChargePointStatus.ts;h=4cef943e712f797ec4e3c3d6ba88c446e0ff7eb6;hb=9ff486f4329a4902e8bcd280c0649a74cb31e4df;hp=d7a197ae0f4c32307b296986bc0e140920f1aeb7;hpb=721646e902fa12d165d4a1da06fb963fb30dc9f2;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/ocpp/1.6/ChargePointStatus.ts b/src/types/ocpp/1.6/ChargePointStatus.ts index d7a197ae..4cef943e 100644 --- a/src/types/ocpp/1.6/ChargePointStatus.ts +++ b/src/types/ocpp/1.6/ChargePointStatus.ts @@ -2,7 +2,6 @@ export enum OCPP16ChargePointStatus { Available = 'Available', Preparing = 'Preparing', Charging = 'Charging', - Occupied = 'Occupied', SuspendedEVSE = 'SuspendedEVSE', SuspendedEV = 'SuspendedEV', Finishing = 'Finishing',