mirror of
https://github.com/flobz/psa_car_controller.git
synced 2026-08-21 17:06:18 +00:00
[FIX] Dash battery_table typing
This commit is contained in:
committed by
Florian BEZANNIER
parent
cd3ec2a1a9
commit
d9799726a5
@@ -147,7 +147,7 @@ def get_figures(car: Car):
|
||||
'format': deepcopy(nb_format).symbol_suffix(" kWh").precision(2)},
|
||||
{'id': 'price', 'name': 'price', 'type': 'numeric',
|
||||
'format': deepcopy(nb_format).symbol_suffix(" " + CURRENCY).precision(2), 'editable': True},
|
||||
{'id': 'charging_mode', 'name': 'charging mode', 'type': 'string'},
|
||||
{'id': 'charging_mode', 'name': 'charging mode', 'type': 'text'},
|
||||
{'id': 'mileage', 'name': 'mileage', 'type': 'numeric', 'format': nb_format},
|
||||
],
|
||||
data=[],
|
||||
|
||||
Reference in New Issue
Block a user