fix: charge_to_max_range was missing
This commit is contained in:
parent
1c3a002a94
commit
db80e29d26
|
@ -68,7 +68,7 @@ pub struct ChargeState {
|
||||||
pub charge_port_door_open: bool,
|
pub charge_port_door_open: bool,
|
||||||
pub charge_port_latch: String,
|
pub charge_port_latch: String,
|
||||||
pub charge_rate: f64,
|
pub charge_rate: f64,
|
||||||
pub charge_to_max_range: bool,
|
pub charge_to_max_range: Option<bool>,
|
||||||
pub charger_actual_current: i64,
|
pub charger_actual_current: i64,
|
||||||
pub charger_phases: Option<i64>,
|
pub charger_phases: Option<i64>,
|
||||||
pub charger_pilot_current: i64,
|
pub charger_pilot_current: i64,
|
||||||
|
|
Loading…
Reference in a new issue