Skip to content

Commit e15d4da

Browse files
committed
Create rav4.json
1 parent bdfe592 commit e15d4da

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

vehicle_profiles/toyota/rav4.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"car_model": "Toyota: Rav4",
3+
"init": "ATSP6;ATST96;",
4+
"pids": [
5+
{
6+
"pid": "015B2",
7+
"parameters": [
8+
{
9+
"name": "SoC",
10+
"expression": "(B3*20)/51",
11+
"unit": "%",
12+
"class": "battery"
13+
}
14+
]
15+
}
16+
]
17+
}

0 commit comments

Comments
 (0)