Validate response PDU (#137)
[e-mobility-charging-stations-simulator.git] / src / charging-station / ocpp / OCPPServiceUtils.ts
index 7a1fde29cc1c9af7eb4171fdbaf9ae4ad3042b6d..c9bfdd564cfa33cfe275cb386fe863ee0a1e4c12 100644 (file)
@@ -1,4 +1,8 @@
 export class OCPPServiceUtils {
+  protected constructor() {
+    // This is intentional
+  }
+
   protected static getLimitFromSampledValueTemplateCustomValue(
     value: string,
     limit: number,