From: Jérôme Benoit Date: Wed, 12 Nov 2025 14:01:19 +0000 (+0100) Subject: feat(ocpp2): add RequestStopTransaction command (#1587) X-Git-Tag: v2~51 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=8bc61e540c72c810c8aa9eef65022ae536e2855b;p=e-mobility-charging-stations-simulator.git feat(ocpp2): add RequestStopTransaction command (#1587) * feat(ocpp2): add RequestStopTransaction command Signed-off-by: Jérôme Benoit * test: improve charging station mock tests Signed-off-by: Jérôme Benoit * chore: refine AI agent configurations Signed-off-by: Jérôme Benoit * chore: refine serena memories Signed-off-by: Jérôme Benoit * chore: ocpp log messages harmonization Signed-off-by: Jérôme Benoit * chore: harmonize string casting Signed-off-by: Jérôme Benoit * chore: improve debug level logging in OCPP stack Signed-off-by: Jérôme Benoit * Update src/charging-station/ocpp/1.6/OCPP16ResponseService.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/charging-station/ocpp/1.6/OCPP16ResponseService.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * [autofix.ci] apply automated fixes * fix: properly resolve evse id Signed-off-by: Jérôme Benoit * refactor: add helper to lookup evse id Signed-off-by: Jérôme Benoit * refactor: cleanup payload validation code Signed-off-by: Jérôme Benoit * chore: cleanup logging code Signed-off-by: Jérôme Benoit * refactor: cleanup payload validation code Signed-off-by: Jérôme Benoit * refactor: align more with specs Signed-off-by: Jérôme Benoit * refactor: constify some emums Signed-off-by: Jérôme Benoit * chore: move opencode configuration to its directory Signed-off-by: Jérôme Benoit * test: fix tests Signed-off-by: Jérôme Benoit --------- Signed-off-by: Jérôme Benoit Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> --- 8bc61e540c72c810c8aa9eef65022ae536e2855b