diff --git a/vehicle_profiles/honda/clarity-2018.json b/vehicle_profiles/honda/clarity-2018.json index e1f14be..4491484 100644 --- a/vehicle_profiles/honda/clarity-2018.json +++ b/vehicle_profiles/honda/clarity-2018.json @@ -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": "" + } + ] + } ] -} + } \ No newline at end of file