From 291988641ce969b475d5cbd85d77bdccf33d5a9a Mon Sep 17 00:00:00 2001 From: JM9 <130078583+jomud9@users.noreply.github.com> Date: Mon, 30 Dec 2024 14:02:50 +0800 Subject: [PATCH] Update xc40.json Change XC40 to XC40 BEV, refer as "Pure Electric Vehicle" --- vehicle_profiles/volvo/xc40.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vehicle_profiles/volvo/xc40.json b/vehicle_profiles/volvo/xc40.json index 6d40ef8..7c97f0d 100644 --- a/vehicle_profiles/volvo/xc40.json +++ b/vehicle_profiles/volvo/xc40.json @@ -1,5 +1,5 @@ { - "car_model":"Volvo: XC40", + "car_model":"Volvo: XC40 BEV", "init":"ATST96;ATSP7;", "pids":[ { @@ -9,11 +9,11 @@ { "class":"battery", "expression":"(B4*0.6554)-0.08", - "name":"soc", + "name":"SoC", "unit":"%" } ] } ] } - \ No newline at end of file +