Add GetDiagnostics command support
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 10 Jul 2021 19:50:01 +0000 (21:50 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 10 Jul 2021 19:50:01 +0000 (21:50 +0200)
commit47e224777669f935f45d443b6da948e7977fd9b7
treeabcec4ad863500b31e7dfa4a94deccf09015828a
parent6e1221a35c45a9f04254f31b12385cba7b20f910
Add GetDiagnostics command support

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
20 files changed:
.gitignore
README.md
package-lock.json
package.json
rollup.config.js
src/assets/configs-aws
src/charging-station/ChargingStation.ts
src/charging-station/ocpp/1.6/OCCP16IncomingRequestService.ts
src/charging-station/ocpp/1.6/OCPP16RequestService.ts
src/charging-station/ocpp/OCPPIncomingRequestService.ts
src/charging-station/ocpp/OCPPRequestService.ts
src/types/ChargingStationTemplate.ts
src/types/ocpp/1.6/DiagnosticsStatus.ts [new file with mode: 0644]
src/types/ocpp/1.6/Requests.ts
src/types/ocpp/1.6/Responses.ts
src/types/ocpp/Requests.ts
src/utils/Constants.ts
test/robohydra/config.json [new file with mode: 0644]
test/robohydra/messages.txt [new file with mode: 0644]
test/robohydra/plugins/wsServer/index.js [new file with mode: 0644]