X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2Focpp%2FChargePointStatus.ts;h=c28fd6efaf7ec69f575130f5391905e6616b2cbb;hb=8eb3b688c4b6fb3e946f38d474a5125caf1d056a;hp=daa9779bed14bc3819e855e50e03157ec52565a2;hpb=c0560973d259dbce64a24d10bab46246596fa1d5;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, };