Skip to content

Commit 6cf98d2

Browse files
committed
fix params
1 parent 34dee23 commit 6cf98d2

File tree

1 file changed

+9
-14
lines changed

1 file changed

+9
-14
lines changed

.vehicle_profiles/params.json

+9-14
Original file line numberDiff line numberDiff line change
@@ -119,15 +119,15 @@
119119
"HV_CAPACITY_KWH": {
120120
"description": "HV Battery capacity in kWh",
121121
"settings": {
122-
"name": "capacity",
123-
"unit": "kWh"
122+
"unit": "kWh",
123+
"class": "none"
124124
}
125125
},
126126
"HV_CAPACITY_R": {
127127
"description": "HV Battery capacity Remaining",
128128
"settings": {
129-
"name": "battery",
130-
"unit": "kWh"
129+
"unit": "kWh",
130+
"class": "none"
131131
}
132132
},
133133
"HV_C_D_MAX": {
@@ -298,8 +298,7 @@
298298
"settings": {
299299
"class": "distance",
300300
"unit": "km",
301-
"min": "",
302-
"max": ""
301+
"min": "0"
303302
}
304303
},
305304
"OILCH_DIS": {
@@ -418,35 +417,31 @@
418417
"settings": {
419418
"class": "pressure",
420419
"unit": "psi",
421-
"min": "0",
422-
"max": ""
420+
"min": "0"
423421
}
424422
},
425423
"TYRE_P_FR": {
426424
"description": "Tyre Pressure Front Right",
427425
"settings": {
428426
"class": "pressure",
429427
"unit": "psi",
430-
"min": "0",
431-
"max": ""
428+
"min": "0"
432429
}
433430
},
434431
"TYRE_P_RL": {
435432
"description": "Tyre Pressure Rear Left",
436433
"settings": {
437434
"class": "pressure",
438435
"unit": "psi",
439-
"min": "0",
440-
"max": ""
436+
"min": "0"
441437
}
442438
},
443439
"TYRE_P_RR": {
444440
"description": "Tyre Pressure Rear Right",
445441
"settings": {
446442
"class": "pressure",
447443
"unit": "psi",
448-
"min": "0",
449-
"max": ""
444+
"min": "0"
450445
}
451446
},
452447
"T_CAB": {

0 commit comments

Comments
 (0)