X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Ftypes%2Focpp%2F1.6%2FChargePointStatus.ts;h=272d757e958fec19b8f9610ec1b95e031baa6a19;hb=844e496b3482e49145467af3f74df54811e91cb6;hp=45bad01d4c9d7a1abe30d38725e5b2f89433f6f2;hpb=29bf6658d0689f5df26575d3b171163fe1d52d04;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 45bad01d..272d757e 100644 --- a/src/types/ocpp/1.6/ChargePointStatus.ts +++ b/src/types/ocpp/1.6/ChargePointStatus.ts @@ -1,4 +1,4 @@ -export enum ChargePointStatus { +export enum OCPP16ChargePointStatus { AVAILABLE = 'Available', PREPARING = 'Preparing', CHARGING = 'Charging',