Skip to content

Commit

Permalink
Merge pull request #966 from schuellerf/fix-abrp-documentation
Browse files Browse the repository at this point in the history
docs/abrp.md: fix documentation to API call
  • Loading branch information
flobz authored Nov 4, 2024
2 parents 90af522 + 3d5b628 commit 0bbd8a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/abrp.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ ABRP will optimize your itinerary with these parameters.
![](abrp.png)
3. Click on Generic Link
4. Click on copy
5. Open the following url after replacing YOURTOKEN by the value you just copied:
5. Open the following url after replacing YOURTOKEN by the value you just copied and including the VIN from your car:
```
http://localhost:5000/abrp?token=YOURTOKEN
http://localhost:5000/abrp?token=YOURTOKEN&vin=YOURVIN
```
7. Go to [http://localhost:5000](http://localhost:5000)
8. Click on control tab
Expand All @@ -36,4 +36,4 @@ http://localhost:5000/abrp?token=YOURTOKEN
11.4 save the file

11.5 restart psa_car_controller
12. Enjoy
12. Enjoy

0 comments on commit 0bbd8a1

Please sign in to comment.