]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commit
refactor: move debug param to last position in buildMeterValue
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 28 Mar 2026 12:29:21 +0000 (13:29 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 28 Mar 2026 12:29:21 +0000 (13:29 +0100)
commit7cd25ce497c07c35706d96c88b59217dae36c79a
tree691c741824ee8e0cbd8e4f2a82f4754418e3a58e
parent1f2723bb031ecccb4975b997f393c48f064fe29f
refactor: move debug param to last position in buildMeterValue

Reorder buildMeterValue signature so debug is the last optional
parameter, consistent with all other validate*MeasurandValue functions.
Removes need to pass explicit false to reach measurandsKey and context.
src/charging-station/ocpp/2.0/OCPP20ServiceUtils.ts
src/charging-station/ocpp/OCPPServiceUtils.ts