X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Ftypes%2Focpp%2F1.6%2FChargingProfile.ts;h=67e12f970056a011b1671d4085bb3eec6c7e5164;hb=411894569d4a0333a4e38e911a178520a69448cd;hp=0bfdcd2f717c8330bcef080a81b6c4306a8ebbce;hpb=728e01f09f2b43946aab50eb2ed9673bf2d2daa3;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 0bfdcd2f..67e12f97 100644 --- a/src/types/ocpp/1.6/ChargingProfile.ts +++ b/src/types/ocpp/1.6/ChargingProfile.ts @@ -9,10 +9,10 @@ export interface OCPP16ChargingProfile extends JsonObject { recurrencyKind?: OCPP16RecurrencyKindType; validFrom?: Date; validTo?: Date; - chargingSchedule: ChargingSchedule; + chargingSchedule: OCPP16ChargingSchedule; } -interface ChargingSchedule extends JsonObject { +export interface OCPP16ChargingSchedule extends JsonObject { duration?: number; startSchedule?: Date; chargingRateUnit: OCPP16ChargingRateUnitType;