X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=test%2Frobohydra%2Fmessages.txt;h=88e1218226293856ecb5a82d50a4be62dfbdf7fa;hb=c7ba22b7e881dc5f0c7f99dfa5d67390bc46fdf6;hp=b71191b043cb31e78f408496036675bccca15ce0;hpb=6ce0bca57a96ef920df4e0786d8f28b0b89a36ef;p=e-mobility-charging-stations-simulator.git diff --git a/test/robohydra/messages.txt b/test/robohydra/messages.txt index b71191b0..88e12182 100644 --- a/test/robohydra/messages.txt +++ b/test/robohydra/messages.txt @@ -1,2 +1,7 @@ GetDiagnostics: curl -d '[2,"123456789","GetDiagnostics",{"location":"ftp://localhost"}]' -H "Content-Type: application/json" -X POST http://localhost:3000/message +TriggerMessage: + curl -d '[2,"123456789","TriggerMessage",{"requestedMessage":"BootNotification"}]' -H "Content-Type: application/json" -X POST http://localhost:3000/message + curl -d '[2,"123456789","TriggerMessage",{"requestedMessage":"HeartBeat"}]' -H "Content-Type: application/json" -X POST http://localhost:3000/message +UpdateFirmware: + 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