Skip to content

Commit

Permalink
Create e-golf.json
Browse files Browse the repository at this point in the history
  • Loading branch information
meatpiHQ committed Sep 5, 2024
1 parent 8b005f5 commit f4ffc5e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions vehicle_profiles/vw/e-golf.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"car_model": "VW: e-Golf",
"init": "ATSP6;ATST96;",
"pids": [
{
"pid": "22028C1",
"parameters": [
{
"name": "SOC",
"expression": "(B4*10)/22",
"unit": "%",
"class": "battery"
}
]
}
]
}

0 comments on commit f4ffc5e

Please sign in to comment.