]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commit
fix(ocpp2): revert UI transaction handlers to simple passthrough
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 18 Mar 2026 14:35:41 +0000 (15:35 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 18 Mar 2026 14:35:41 +0000 (15:35 +0100)
commit7b543d0cd334e0ddb350bc1311731f1732de4116
tree9b2a17b69d1a9ecd2c2cc453a6517b8c678f243e
parent6eba8caeedbff34f42c62aa286e61368c0955205
fix(ocpp2): revert UI transaction handlers to simple passthrough

Remove handleUIStartTransaction and handleUIStopTransaction which
duplicated connector state management with incomplete initialization
(missing energy register, groupIdToken, StatusNotification, error
rollback) and bypassed authorization checks.

Restore handleTransactionEvent as a simple requestHandler passthrough,
consistent with all other broadcast channel command handlers.
src/charging-station/broadcast-channel/ChargingStationWorkerBroadcastChannel.ts