mirror of
https://github.com/flobz/psa_car_controller.git
synced 2026-08-21 08:56:29 +00:00
Merge pull request #966 from schuellerf/fix-abrp-documentation
docs/abrp.md: fix documentation to API call
This commit is contained in:
+3
-3
@@ -17,9 +17,9 @@ ABRP will optimize your itinerary with these parameters.
|
||||

|
||||
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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user