refactor: cleanup RFID tags authorization code
[e-mobility-charging-stations-simulator.git] / src / charging-station / Helpers.ts
index 7f32b4871d3e0c717af79e46d093958419b32e92..6cd270ffee29855891f0d79a6565af6547283c85 100644 (file)
@@ -377,6 +377,7 @@ export const warnTemplateKeysDeprecation = (
     { deprecatedKey: 'supervisionUrl', key: 'supervisionUrls' },
     { deprecatedKey: 'authorizationFile', key: 'idTagsFile' },
     { deprecatedKey: 'payloadSchemaValidation', key: 'ocppStrictCompliance' },
+    { deprecatedKey: 'mustAuthorizeAtRemoteStart', key: 'remoteAuthorization' },
   ];
   for (const templateKey of templateKeys) {
     warnDeprecatedTemplateKey(