X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2Focpp%2F1.6%2FChargingProfile.ts;h=89cf8e4d8545308d0e841f9647dde94beac746ff;hb=a6ef1ece74c0d08e86a905571f4f6045c28131cb;hp=430f6c2865d39a866f0714b8ba9bd36cec39e008;hpb=6d52ef25c911dcb8d37ead86819b53a7fe35ef53;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/ocpp/1.6/ChargingProfile.ts b/src/types/ocpp/1.6/ChargingProfile.ts index 430f6c28..89cf8e4d 100644 --- a/src/types/ocpp/1.6/ChargingProfile.ts +++ b/src/types/ocpp/1.6/ChargingProfile.ts @@ -1,4 +1,4 @@ -import type { JsonObject } from '../../JsonType'; +import type { JsonObject } from '../../JsonType.js'; export interface OCPP16ChargingProfile extends JsonObject { chargingProfileId: number; @@ -13,8 +13,8 @@ export interface OCPP16ChargingProfile extends JsonObject { } export interface OCPP16ChargingSchedule extends JsonObject { - duration?: number; startSchedule?: Date; + duration?: number; chargingRateUnit: OCPP16ChargingRateUnitType; chargingSchedulePeriod: OCPP16ChargingSchedulePeriod[]; minChargeRate?: number;