X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Ftypes%2Focpp%2FChargePointStatus.ts;h=c28fd6efaf7ec69f575130f5391905e6616b2cbb;hb=51c83d6f833f27f9990c17fc380ab5ee618894b1;hp=daa9779bed14bc3819e855e50e03157ec52565a2;hpb=7e3926cc4cda3fa4db175501b239cb3d8c575d4f;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/ocpp/ChargePointStatus.ts b/src/types/ocpp/ChargePointStatus.ts index daa9779b..c28fd6ef 100644 --- a/src/types/ocpp/ChargePointStatus.ts +++ b/src/types/ocpp/ChargePointStatus.ts @@ -3,5 +3,5 @@ import { OCPP16ChargePointStatus } from './1.6/ChargePointStatus'; export type ChargePointStatus = OCPP16ChargePointStatus; export const ChargePointStatus = { - ...OCPP16ChargePointStatus + ...OCPP16ChargePointStatus, };