]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commit
fix(ocpp): align OCPP 2.x auth adapter version to VERSION_201
authorJérôme Benoit <jerome.benoit@sap.com>
Thu, 2 Apr 2026 00:27:55 +0000 (02:27 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Thu, 2 Apr 2026 00:27:55 +0000 (02:27 +0200)
commitbd88bf74971e7f012552ff9c1729170e873e0518
tree9a6eedca907b800ba6bef36e532519abfbe98c81
parent5ab61a5f7a55b8f71543d7ae85cf3e1725d4516b
fix(ocpp): align OCPP 2.x auth adapter version to VERSION_201

OCPP20AuthAdapter was the only 2.x component identifying as
VERSION_20 while all services use VERSION_201. Align adapter
and CertificateAuthStrategy to match the established convention.
src/charging-station/ocpp/auth/adapters/OCPP20AuthAdapter.ts
src/charging-station/ocpp/auth/strategies/CertificateAuthStrategy.ts
tests/charging-station/ocpp/auth/adapters/OCPP20AuthAdapter.test.ts
tests/charging-station/ocpp/auth/factories/AuthComponentFactory.test.ts
tests/charging-station/ocpp/auth/strategies/CertificateAuthStrategy.test.ts