X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fcharging-station%2FChargingStation.ts;h=26969c4f5fecb1d6ee5d9d2b6c838f900eaa4453;hb=12052fe9e1facd942e01ec3926c4cfaf88c1cb62;hp=f30bf18952b8a5233a3475cc20da2883756f723e;hpb=cda962601b73f2de23fa089ee102160dd055af2e;p=e-mobility-charging-stations-simulator.git diff --git a/src/charging-station/ChargingStation.ts b/src/charging-station/ChargingStation.ts index f30bf189..26969c4f 100644 --- a/src/charging-station/ChargingStation.ts +++ b/src/charging-station/ChargingStation.ts @@ -36,7 +36,6 @@ import type { ChargingStationOcppConfiguration } from '../types/ChargingStationO import { type ChargingStationTemplate, CurrentType, - type FirmwareUpgrade, PowerUnits, type WsOptions, } from '../types/ChargingStationTemplate';