fix speed type

This commit is contained in:
Alex Janka 2024-01-10 13:47:05 +11:00
parent 9ecf21554e
commit a2bc59fb34

View file

@ -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>,