fix speed type
This commit is contained in:
parent
b2e7fd7004
commit
4888ce9d39
|
@ -311,7 +311,7 @@ pub struct DriveState {
|
||||||
pub power: i64,
|
pub power: i64,
|
||||||
pub shift_state: Option<String>,
|
pub shift_state: Option<String>,
|
||||||
/// gak: I've assumed this to be String.
|
/// gak: I've assumed this to be String.
|
||||||
pub speed: Option<String>,
|
pub speed: Option<i64>,
|
||||||
pub timestamp: i64,
|
pub timestamp: i64,
|
||||||
|
|
||||||
pub active_route_traffic_minutes_delay: Option<f64>,
|
pub active_route_traffic_minutes_delay: Option<f64>,
|
||||||
|
|
Loading…
Reference in a new issue