X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2Focpp%2F1.6%2FChargingProfile.ts;h=efd8f31ac9900a61001d4b659fb09fd3213a2488;hb=f938317f2902366a85a8f76de55ee51f1d4a662a;hp=744696c586306f52bca08fd23b2d9f28e37db6c2;hpb=66a7748ddeda8c94d7562a1ce58d440319654a4c;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 744696c5..efd8f31a 100644 --- a/src/types/ocpp/1.6/ChargingProfile.ts +++ b/src/types/ocpp/1.6/ChargingProfile.ts @@ -28,22 +28,22 @@ export interface OCPP16ChargingSchedulePeriod extends JsonObject { export enum OCPP16ChargingRateUnitType { WATT = 'W', - AMPERE = 'A' + AMPERE = 'A', } export enum OCPP16ChargingProfileKindType { ABSOLUTE = 'Absolute', RECURRING = 'Recurring', - RELATIVE = 'Relative' + RELATIVE = 'Relative', } export enum OCPP16ChargingProfilePurposeType { CHARGE_POINT_MAX_PROFILE = 'ChargePointMaxProfile', TX_DEFAULT_PROFILE = 'TxDefaultProfile', - TX_PROFILE = 'TxProfile' + TX_PROFILE = 'TxProfile', } export enum OCPP16RecurrencyKindType { DAILY = 'Daily', - WEEKLY = 'Weekly' + WEEKLY = 'Weekly', }