CEC-4581 Show battery voltage in digital twin (#365)

* CEC-4581 Show battery voltage in digital twin

* Fix warning
This commit is contained in:
John Wu
2023-06-20 14:46:00 -07:00
committed by GitHub
parent 4632958a24
commit 5120c27187
3 changed files with 21 additions and 7 deletions

View File

@@ -39,6 +39,7 @@ let vehicleState = {
battery: {
total_mileage_odometer: 12000,
percent: 95,
battery_voltage: 12.5,
},
max_range: {
max_miles: 577,