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=43d3e2f67a88c28f00220debc249fe97e25d2d40;hpb=68220b423c52da387fdf41967dd8c738da0ff52e;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 43d3e2f6..75d61731 100644 --- a/src/charging-station/ocpp/2.0/OCPP20ServiceUtils.ts +++ b/src/charging-station/ocpp/2.0/OCPP20ServiceUtils.ts @@ -1,4 +1,4 @@ -// Partial Copyright Jerome Benoit. 2021-2023. All Rights Reserved. +// Partial Copyright Jerome Benoit. 2021-2024. All Rights Reserved. import type { JSONSchemaType } from 'ajv' @@ -13,7 +13,7 @@ export class OCPP20ServiceUtils extends OCPPServiceUtils { ): JSONSchemaType { return super.parseJsonSchemaFile( relativePath, - OCPPVersion.VERSION_20, + OCPPVersion.VERSION_201, moduleName, methodName )