X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fcharging-station%2FHelpers.ts;h=6cd270ffee29855891f0d79a6565af6547283c85;hb=cfdf901dfbdf4cf745a1ced9b7870251cb9c6f10;hp=7f32b4871d3e0c717af79e46d093958419b32e92;hpb=e0fda4811c974718613467174702af152d1c3eea;p=e-mobility-charging-stations-simulator.git diff --git a/src/charging-station/Helpers.ts b/src/charging-station/Helpers.ts index 7f32b487..6cd270ff 100644 --- a/src/charging-station/Helpers.ts +++ b/src/charging-station/Helpers.ts @@ -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(