From 40e8c245c042ce0d717030a99c212aacc729c86a Mon Sep 17 00:00:00 2001 From: phanja <120447160+phanja@users.noreply.github.com> Date: Mon, 21 Oct 2024 15:42:39 -0700 Subject: [PATCH] Update rav4.json add oil change distance --- vehicle_profiles/toyota/rav4.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/vehicle_profiles/toyota/rav4.json b/vehicle_profiles/toyota/rav4.json index 4fb7bcf..7871666 100644 --- a/vehicle_profiles/toyota/rav4.json +++ b/vehicle_profiles/toyota/rav4.json @@ -12,6 +12,18 @@ "class": "battery" } ] + }, + { + "pid":"01311", + "parameters": [ + { + "name": "OILCH_DIS", + "pid_init": "ATSH7DF;", + "expression": "((256*B3)+B4)/1.609", + "unit": "mi", + "class": "distance" + } + ] } ] }