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