Skip to content

Commit

Permalink
Merge pull request #309 from mbuijs/fix_class_distance
Browse files Browse the repository at this point in the history
[Vehicle Profiles] Fix distance class for Renault Zoe vehicle profiles
  • Loading branch information
meatpiHQ authored Jan 7, 2025
2 parents 98da2bb + 3e37d5e commit 0336a22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion vehicle_profiles/renault/Renault Zoe Ph2 (2020).json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"pid_init": "",
"expression": "[B4:B6]",
"unit": "km",
"class": "none"
"class": "distance"
}
]
},
Expand Down
6 changes: 3 additions & 3 deletions vehicle_profiles/renault/Renault Zoe R110.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"pid": "223451",
"parameters": [
{
"name": "GoM",
"name": "Range",
"expression": "[B4:B5]",
"unit": "km",
"class": "none"
"class": "distance"
}
]
},
Expand All @@ -42,7 +42,7 @@
"name": "Odometer",
"expression": "[B4:B6]",
"unit": "km",
"class": "none"
"class": "distance"
}
]
}
Expand Down

0 comments on commit 0336a22

Please sign in to comment.