]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commit
fix: ensure CS in pending state can send boot notification (#1376)
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 8 Apr 2025 09:22:10 +0000 (11:22 +0200)
committerGitHub <noreply@github.com>
Tue, 8 Apr 2025 09:22:10 +0000 (11:22 +0200)
commitb72d174972edbd0572e0489036924934e6d8ea1c
tree8eddcefdff29c00c1dd4a30af9c75c636eac3e23
parentc51bb87b66c8386d45309a954423df051fdd2ecd
fix: ensure CS in pending state can send boot notification (#1376)

* fix: ensure CS in pending state can send boot notification

closes #1374

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
* fix: proper CS state conditions

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
---------

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
src/charging-station/ChargingStation.ts
src/charging-station/ocpp/1.6/OCPP16IncomingRequestService.ts
src/charging-station/ocpp/1.6/OCPP16ResponseService.ts
src/charging-station/ocpp/2.0/OCPP20IncomingRequestService.ts
src/charging-station/ocpp/2.0/OCPP20ResponseService.ts
src/charging-station/ocpp/OCPPRequestService.ts
src/types/ChargingStationEvents.ts