fix speed type

This commit is contained in:
Alex Janka 2024-01-10 13:47:05 +11:00
parent b2e7fd7004
commit 4888ce9d39

View file

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