Skip to content

Commit 0bbd8a1

Browse files
authored
Merge pull request #966 from schuellerf/fix-abrp-documentation
docs/abrp.md: fix documentation to API call
2 parents 90af522 + 3d5b628 commit 0bbd8a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/abrp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ ABRP will optimize your itinerary with these parameters.
1717
![](abrp.png)
1818
3. Click on Generic Link
1919
4. Click on copy
20-
5. Open the following url after replacing YOURTOKEN by the value you just copied:
20+
5. Open the following url after replacing YOURTOKEN by the value you just copied and including the VIN from your car:
2121
```
22-
http://localhost:5000/abrp?token=YOURTOKEN
22+
http://localhost:5000/abrp?token=YOURTOKEN&vin=YOURVIN
2323
```
2424
7. Go to [http://localhost:5000](http://localhost:5000)
2525
8. Click on control tab
@@ -36,4 +36,4 @@ http://localhost:5000/abrp?token=YOURTOKEN
3636
11.4 save the file
3737

3838
11.5 restart psa_car_controller
39-
12. Enjoy
39+
12. Enjoy

0 commit comments

Comments
 (0)