Remove preloaded parameters

This commit is contained in:
Tobias Eidelpes 2021-06-17 23:41:34 +02:00
parent 0a15300649
commit 78b3eeca65
2 changed files with 0 additions and 12 deletions

View File

@ -3,24 +3,15 @@
"oem": "BENTLEY", "oem": "BENTLEY",
"modelType": "Continental", "modelType": "Continental",
"vin": "SCBFR7ZA5CC072256", "vin": "SCBFR7ZA5CC072256",
"startingVelocity": 130,
"startingDistance": 300,
"startingTime": 10
}, },
{ {
"oem": "SATURN", "oem": "SATURN",
"modelType": "Vue", "modelType": "Vue",
"vin": "5GZCZ43D13S812715", "vin": "5GZCZ43D13S812715",
"startingVelocity": 130,
"startingDistance": 500,
"startingTime": 15
}, },
{ {
"oem": "SATURN", "oem": "SATURN",
"modelType": "Vue2", "modelType": "Vue2",
"vin": "5GZCZ43D13S812716", "vin": "5GZCZ43D13S812716",
"startingVelocity": 130,
"startingDistance": 400,
"startingTime": 25
} }
] ]

View File

@ -2,21 +2,18 @@
{ {
"id": "1", "id": "1",
"location": [16.20719, 47.89584], "location": [16.20719, 47.89584],
"range": 2000,
"switchingTime": 26, "switchingTime": 26,
"color": "RED" "color": "RED"
}, },
{ {
"id": "2", "id": "2",
"location": [16.20814, 47.90937], "location": [16.20814, 47.90937],
"range": 800,
"switchingTime": 16, "switchingTime": 16,
"color": "GREEN" "color": "GREEN"
}, },
{ {
"id": "3", "id": "3",
"location": [16.20917, 47.92703], "location": [16.20917, 47.92703],
"range": 1000,
"switchingTime": 20, "switchingTime": 20,
"color": "RED" "color": "RED"
} }