]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commit
feat(ocpp2): add Reset command support
authorJérôme Benoit <jerome.benoit@sap.com>
Fri, 24 Oct 2025 19:14:46 +0000 (21:14 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Fri, 24 Oct 2025 19:14:46 +0000 (21:14 +0200)
commit0bf08c51f2ac17160ada302ab874f8376ab49dcf
treec0b5dcc4efacd4986c646e239452c7913937a1fa
parent18de0ff107847f9a4fbcd1d085324b6cb4e8032b
feat(ocpp2): add Reset command support

References #39

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
18 files changed:
README.md
src/charging-station/ocpp/2.0/OCPP20IncomingRequestService.ts
src/charging-station/ocpp/2.0/OCPP20VariableManager.ts
src/types/index.ts
src/types/ocpp/2.0/Common.ts
src/types/ocpp/2.0/Requests.ts
src/types/ocpp/2.0/Responses.ts
tests/charging-station/ocpp/2.0/OCPP20IncomingRequestService-ClearCache.test.ts
tests/charging-station/ocpp/2.0/OCPP20IncomingRequestService-GetBaseReport.test.ts
tests/charging-station/ocpp/2.0/OCPP20IncomingRequestService-GetVariables.test.ts
tests/charging-station/ocpp/2.0/OCPP20IncomingRequestService-Reset.test.ts [new file with mode: 0644]
tests/charging-station/ocpp/2.0/OCPP20RequestService-BootNotification.test.ts
tests/charging-station/ocpp/2.0/OCPP20RequestService-HeartBeat.test.ts
tests/charging-station/ocpp/2.0/OCPP20RequestService-NotifyReport.test.ts
tests/charging-station/ocpp/2.0/OCPP20RequestService-StatusNotification.test.ts
tests/charging-station/ocpp/2.0/OCPP20VariableManager.test.ts
tests/utils/Utils.test.ts
tests/worker/WorkerUtils.test.ts