X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2Focpp%2FChargingProfile.ts;h=bd67417e40ed8a84bcd33b1d658cdf4c9efef760;hb=baa539e6b66a5c479327f48195df5a4133b8c0e7;hp=0b21f1096990918b4f787fd8f18407a4d61f5eb4;hpb=0ac97927984473fcb11a177f013b0e112638e050;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/ocpp/ChargingProfile.ts b/src/types/ocpp/ChargingProfile.ts index 0b21f109..bd67417e 100644 --- a/src/types/ocpp/ChargingProfile.ts +++ b/src/types/ocpp/ChargingProfile.ts @@ -4,7 +4,7 @@ import { OCPP16ChargingRateUnitType, type OCPP16ChargingSchedulePeriod, OCPP16RecurrencyKindType, -} from '../internal'; +} from './1.6/ChargingProfile'; export type ChargingProfile = OCPP16ChargingProfile;