]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commit
fix(auth): log actual station OCPP version in RemoteAuthStrategy
authorJérôme Benoit <jerome.benoit@sap.com>
Fri, 20 Mar 2026 18:49:23 +0000 (19:49 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Fri, 20 Mar 2026 18:49:23 +0000 (19:49 +0100)
commit969112652f4a8dcc8e5d1946a6659202a3f96017
treee68e9c8f509df444f9eacb5a66791aeaeedea920
parent3c1c342fd9a082cebe832393eceed749f4dd7555
fix(auth): log actual station OCPP version in RemoteAuthStrategy

Deduplicate adapter validation in initialize() to avoid logging the
same adapter twice for VERSION_20/VERSION_201 aliases. Add ocppVersion
to AuthConfiguration so strategies log the station's configured version
instead of internal map keys.
src/charging-station/ocpp/auth/services/OCPPAuthServiceImpl.ts
src/charging-station/ocpp/auth/strategies/RemoteAuthStrategy.ts
src/charging-station/ocpp/auth/types/AuthTypes.ts