Skip to content

Commit d03d313

Browse files
committed
Merge remote-tracking branch 'origin/level13-4'
2 parents 292bdd8 + 08e041a commit d03d313

9 files changed

Lines changed: 116 additions & 98 deletions

File tree

specs/capabilities/charging.json

Lines changed: 35 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
{
208208
"data_component": "0701404e000000000000",
209209
"value": {
210-
"minutes": 60
210+
"minutes": 60.0
211211
},
212212
"description": "Time to complete charge is 60.0 minutes"
213213
}
@@ -301,7 +301,7 @@
301301
{
302302
"data_component": "09004039000000000000",
303303
"value": {
304-
"amperes": 25
304+
"amperes": 25.0
305305
},
306306
"description": "Maximum charging current is 25.0A"
307307
}
@@ -449,7 +449,7 @@
449449
"value": {
450450
"celsius": 38.4
451451
},
452-
"description": "The battery temperature is 38.4°C"
452+
"description": "The battery temperature is 38.4\u00b0C"
453453
}
454454
]
455455
},
@@ -617,7 +617,7 @@
617617
{
618618
"data_component": "14024062c00000000000",
619619
"value": {
620-
"kilowatts": 150
620+
"kilowatts": 150.0
621621
},
622622
"description": "Charging rate is 150.0kW"
623623
}
@@ -703,7 +703,7 @@
703703
{
704704
"data_component": "12044081580000000000",
705705
"value": {
706-
"kilometers": 555
706+
"kilometers": 555.0
707707
},
708708
"description": "Maximum electric range is 555.0km"
709709
}
@@ -904,7 +904,7 @@
904904
{
905905
"data_component": "0c044051800000000000",
906906
"value": {
907-
"kilowatt_hours": 70
907+
"kilowatt_hours": 70.0
908908
},
909909
"description": "Battery capacity is 70.0kWh"
910910
}
@@ -923,7 +923,7 @@
923923
{
924924
"data_component": "1402405e000000000000",
925925
"value": {
926-
"kilowatts": 120
926+
"kilowatts": 120.0
927927
},
928928
"description": "Auxiliary power is 120.0kW."
929929
}
@@ -958,7 +958,7 @@
958958
{
959959
"data_component": "0c044058c00000000000",
960960
"value": {
961-
"kilowatt_hours": 99
961+
"kilowatt_hours": 99.0
962962
},
963963
"description": "Maximum available battery capacity is 99.0kWh"
964964
}
@@ -1223,7 +1223,7 @@
12231223
{
12241224
"data_component": "09004059000000000000",
12251225
"value": {
1226-
"amperes": 100
1226+
"amperes": 100.0
12271227
},
12281228
"description": "Charging current limit is 100.0A."
12291229
}
@@ -1340,7 +1340,7 @@
13401340
{
13411341
"data_component": "09004014000000000000",
13421342
"value": {
1343-
"amperes": 5
1343+
"amperes": 5.0
13441344
},
13451345
"description": "Minimum charging current is 5.0A."
13461346
}
@@ -1359,7 +1359,7 @@
13591359
{
13601360
"data_component": "12044072c00000000000",
13611361
"value": {
1362-
"kilometers": 300
1362+
"kilometers": 300.0
13631363
},
13641364
"description": "Remaining electric range target is 300.0km."
13651365
}
@@ -1419,7 +1419,7 @@
14191419
{
14201420
"data_component": "0701405b800000000000",
14211421
"value": {
1422-
"minutes": 110
1422+
"minutes": 110.0
14231423
},
14241424
"description": "Preconditioning is completed in 110.0min."
14251425
}
@@ -1438,7 +1438,7 @@
14381438
{
14391439
"data_component": "0a00405e000000000000",
14401440
"value": {
1441-
"volts": 120
1441+
"volts": 120.0
14421442
},
14431443
"description": "HV battery voltage is 120.0V."
14441444
}
@@ -1462,7 +1462,7 @@
14621462
"values": {
14631463
"extreme": "highest",
14641464
"temperature": {
1465-
"celsius": 85
1465+
"celsius": 85.0
14661466
}
14671467
},
14681468
"description": "Battery highest temperature is 85.0C."
@@ -1694,7 +1694,7 @@
16941694
"values": {
16951695
"extreme": "highest",
16961696
"temperature": {
1697-
"celsius": 85
1697+
"celsius": 85.0
16981698
}
16991699
},
17001700
"description": "Battery highest temperature is 85.0C."
@@ -2058,7 +2058,7 @@
20582058
{
20592059
"data_component": "1402405e000000000000",
20602060
"value": {
2061-
"kilowatts": 120
2061+
"kilowatts": 120.0
20622062
},
20632063
"description": "Charger power is 120.0kW."
20642064
}
@@ -2093,10 +2093,10 @@
20932093
"data_component": "12044062c0000000000007023ff0000000000000",
20942094
"values": {
20952095
"distance": {
2096-
"kilometers": 150
2096+
"kilometers": 150.0
20972097
},
20982098
"time": {
2099-
"hours": 1
2099+
"hours": 1.0
21002100
}
21012101
},
21022102
"description": "Range increases by 150.0km in 1.0h."
@@ -2193,6 +2193,22 @@
21932193
"description": "Charging scenario is 'charging_to_departure_time_finished'."
21942194
}
21952195
]
2196+
},
2197+
{
2198+
"id": 80,
2199+
"name": "state_of_health",
2200+
"name_cased": "stateOfHealth",
2201+
"name_pretty": "State of health",
2202+
"added": 13,
2203+
"type": "types.percentage",
2204+
"description": "State of health of the high-voltage battery (can be greater than 1.0 due to production variance).",
2205+
"examples": [
2206+
{
2207+
"data_component": "3feccccccccccccd",
2208+
"value": 0.9,
2209+
"description": "State of health of the high-voltage battery is 90%."
2210+
}
2211+
]
21962212
}
21972213
]
2198-
}
2214+
}

specs/capabilities/dashboard_lights.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1743,4 +1743,4 @@
17431743
]
17441744
}
17451745
]
1746-
}
1746+
}

0 commit comments

Comments
 (0)