Skip to content

Commit

Permalink
Update clarity-2018.json
Browse files Browse the repository at this point in the history
  • Loading branch information
meatpiHQ committed Jan 9, 2025
1 parent 5cb235d commit 5c7d8aa
Showing 1 changed file with 27 additions and 13 deletions.
40 changes: 27 additions & 13 deletions vehicle_profiles/honda/clarity-2018.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,31 @@
"car_model": "Honda: Clarity-2018",
"init": "ATSP7;ATST96;",
"pids": [
{
"pid": "22202A",
"pid_init": "ATSHDA01F1;",
"parameters": [
{
"name": "SoC",
"expression": "B62",
"unit": "%",
"class": "battery"
}
]
}
{
"pid": "22202A",
"pid_init": "ATSHDA01F1;",
"parameters": [
{
"name": "SoC",
"expression": "B62",
"unit": "%",
"class": "battery"
}
]
},
{
"pid": "2270229",
"pid_init": "ATSHDA60F1;",
"parameters": [
{
"name": "Odometer",
"class": "distance",
"expression": "[B12:B14]",
"unit": "miles",
"min": "",
"max": ""
}
]
}
]
}
}

0 comments on commit 5c7d8aa

Please sign in to comment.