refactor: remove payloadSchemaValidation from template in favor of ocppStrictCompliance
[e-mobility-charging-stations-simulator.git] / src / types / ChargingStationTemplate.ts
index 10f9733fbe2f595a684c5a460babb29be13c7ae5..b9bd389bff499cef004cc787e5a7809b054d3dc3 100644 (file)
@@ -109,6 +109,7 @@ export type ChargingStationTemplate = {
   registrationMaxRetries?: number;
   enableStatistics?: boolean;
   mustAuthorizeAtRemoteStart?: boolean;
+  /** @deprecated Replaced by ocppStrictCompliance */
   payloadSchemaValidation?: boolean;
   amperageLimitationOcppKey?: string;
   amperageLimitationUnit?: AmpereUnits;