Add initial support for OCPP 1.6 firmware update simulation
[e-mobility-charging-stations-simulator.git] / test / robohydra / messages.txt
CommitLineData
47e22477
JB
1GetDiagnostics:
2 curl -d '[2,"123456789","GetDiagnostics",{"location":"ftp://localhost"}]' -H "Content-Type: application/json" -X POST http://localhost:3000/message
e58068fd
JB
3TriggerMessage:
4 curl -d '[2,"123456789","TriggerMessage",{"requestedMessage":"BootNotification"}]' -H "Content-Type: application/json" -X POST http://localhost:3000/message
5 curl -d '[2,"123456789","TriggerMessage",{"requestedMessage":"HeartBeat"}]' -H "Content-Type: application/json" -X POST http://localhost:3000/message
c9a4f9ea
JB
6UpdateFirmware:
7 curl -d '[2,"123456789","UpdateFirmware",{"location":"ftp://localhost","retrieveDate":"2019-01-01T00:00:00.000Z"}]' -H "Content-Type: application/json" -X POST http://localhost:3000/message