]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commit
fix: align OCPP 2.0 variable names to spec (LocalPreAuthorization, LocalAuthorization...
authorJérôme Benoit <jerome.benoit@sap.com>
Thu, 26 Mar 2026 22:09:05 +0000 (23:09 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Thu, 26 Mar 2026 22:09:05 +0000 (23:09 +0100)
commit405ad5f556cf9873ecc457df7217cfaf20f470ff
tree1f947fc1390c9363fe4567443160c77bc8b2f6c1
parent77b5d7f2305c2258315c94ecf389207d14b8a409
fix: align OCPP 2.0 variable names to spec (LocalPreAuthorization, LocalAuthorizationOffline)

Rename LocalPreAuthorize → LocalPreAuthorization and
LocalAuthorizeOffline → LocalAuthorizationOffline to match the OCPP
2.0.1 appendix. Add key resolution mapping for both. Replace string
literals with enum references in OCPP20AuthAdapter.
src/assets/station-templates/keba-ocpp2.station-template.json
src/charging-station/ConfigurationKeyUtils.ts
src/charging-station/ocpp/2.0/OCPP20IncomingRequestService.ts
src/charging-station/ocpp/2.0/OCPP20VariableRegistry.ts
src/charging-station/ocpp/auth/adapters/OCPP20AuthAdapter.ts
src/types/ocpp/2.0/Variables.ts