X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fcharging-station%2Focpp%2F2.0%2FOCPP20ServiceUtils.ts;h=75d61731e8c72c00db49e075d7f1af6e311207d6;hb=9e9194c977f2100a92a4549e6562750499607706;hp=38110e6f9873300c7fd3e3fcaa12475adfda6dd0;hpb=a19b897d3aa5cb0f12177a42d8168121ce6ada97;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 )