X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fcharging-station%2Focpp%2F2.0%2FOCPP20ServiceUtils.ts;h=75d61731e8c72c00db49e075d7f1af6e311207d6;hb=8f46463be058ed68cc4cc962c51722f7e3b55c54;hp=38110e6f9873300c7fd3e3fcaa12475adfda6dd0;hpb=13a6f27c10768faa05acf33fd8e0637511d49e3e;p=e-mobility-charging-stations-simulator.git diff --git a/src/charging-station/ocpp/2.0/OCPP20ServiceUtils.ts b/src/charging-station/ocpp/2.0/OCPP20ServiceUtils.ts index 38110e6f..75d61731 100644 --- a/src/charging-station/ocpp/2.0/OCPP20ServiceUtils.ts +++ b/src/charging-station/ocpp/2.0/OCPP20ServiceUtils.ts @@ -13,7 +13,7 @@ export class OCPP20ServiceUtils extends OCPPServiceUtils { ): JSONSchemaType { return super.parseJsonSchemaFile( relativePath, - OCPPVersion.VERSION_20, + OCPPVersion.VERSION_201, moduleName, methodName )