]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commit
feat(ocpp2): add GetVariables command support
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 22 Oct 2025 08:44:07 +0000 (10:44 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 22 Oct 2025 08:44:07 +0000 (10:44 +0200)
commit75cf31042b158a1efa6a9df9230a83de7c91ffa5
tree0532a3c192b76506de65f3862046a5507a0a801f
parentada12847eb56b95ea2cc29ca963fc4ac32976614
feat(ocpp2): add GetVariables command support

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
src/charging-station/ocpp/2.0/OCPP20IncomingRequestService.ts
src/charging-station/ocpp/2.0/OCPP20VariableManager.ts [new file with mode: 0644]
src/charging-station/ocpp/index.ts
src/types/index.ts
src/types/ocpp/2.0/Requests.ts
src/types/ocpp/2.0/Responses.ts
src/types/ocpp/2.0/Variables.ts