]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commit
refactor(ocpp20): prefix OperationalStatusEnumType with OCPP20
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 16 Mar 2026 12:11:41 +0000 (13:11 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 16 Mar 2026 12:11:41 +0000 (13:11 +0100)
commit0f05c92e8ac1f7420bea9c6dfb435269df1367fe
treec097d7b176122284a6fdc6e6afa303106b3c28e5
parentfd511796449af6b1903dd431476da8d4c9c7f613
refactor(ocpp20): prefix OperationalStatusEnumType with OCPP20

Last unprefixed OCPP 2.0 type participating in a common union.
OperationalStatusEnumType → OCPP20OperationalStatusEnumType
matching the OCPP16AvailabilityType counterpart in the
AvailabilityType union.
src/charging-station/ocpp/2.0/OCPP20IncomingRequestService.ts
src/types/index.ts
src/types/ocpp/2.0/Common.ts
src/types/ocpp/2.0/Requests.ts
src/types/ocpp/Requests.ts
tests/charging-station/ocpp/2.0/OCPP20IncomingRequestService-ChangeAvailability.test.ts
tests/charging-station/ocpp/2.0/OCPP20IncomingRequestService-RemoteStartAuth.test.ts