Added api request samples

This commit is contained in:
Patrick Schwarz 2020-01-04 00:57:23 +01:00
parent f319563650
commit 6d81aff83d
4 changed files with 545 additions and 0 deletions

15
api_samples/status.json Normal file
View file

@ -0,0 +1,15 @@
{
"connection": true,
"servicelevel": "AVAILABLE_SERVICE",
"internet": "HIGH",
"speed": 0,
"gpsStatus": "VALID",
"tzn": "Tz319",
"series": "403",
"latitude": 48.78554,
"longitude": 9.184547,
"serverTime": 1574414419064,
"wagonClass": "SECOND",
"navigationChange": "2019-11-22-03-36-03",
"trainType": "ICE"
}