refactor: consolidate default values handling
[e-mobility-charging-stations-simulator.git] / src / charging-station / ocpp / 2.0 / OCPP20ServiceUtils.ts
index 38110e6f9873300c7fd3e3fcaa12475adfda6dd0..75d61731e8c72c00db49e075d7f1af6e311207d6 100644 (file)
@@ -13,7 +13,7 @@ export class OCPP20ServiceUtils extends OCPPServiceUtils {
   ): JSONSchemaType<T> {
     return super.parseJsonSchemaFile<T>(
       relativePath,
-      OCPPVersion.VERSION_20,
+      OCPPVersion.VERSION_201,
       moduleName,
       methodName
     )