]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commit
refactor(ocpp-server): inline _parse_set/get_variable_specs thin wrappers
authorJérôme Benoit <jerome.benoit@sap.com>
Fri, 3 Apr 2026 21:08:11 +0000 (23:08 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Fri, 3 Apr 2026 21:08:11 +0000 (23:08 +0200)
commitce3ff21f22960d6d47cf4cfbdfffa190c5657ff3
tree86c0d94fa9b7556e21de7501b6851906126fa63c
parent5d68d55e6b18849f73e40bb25def43631ac7631c
refactor(ocpp-server): inline _parse_set/get_variable_specs thin wrappers

Remove redundant _parse_set_variable_specs and _parse_get_variable_specs
one-liner wrappers — call _parse_variable_specs(specs, require_value=...)
directly at all call sites
tests/ocpp-server/server.py
tests/ocpp-server/test_server.py