traveldings stuff!
This commit is contained in:
parent
54a1e34fa6
commit
b4dfef1d6d
5 changed files with 89 additions and 8 deletions
|
@ -68,6 +68,7 @@ struct CurrentJourneyOutput {
|
|||
progress: Option<f32>,
|
||||
time_left: Option<i64>,
|
||||
icon: String,
|
||||
line: String,
|
||||
|
||||
// Invalid data received?
|
||||
departure_err: bool,
|
||||
|
@ -148,6 +149,7 @@ impl CurrentJourneyOutput {
|
|||
progress,
|
||||
time_left,
|
||||
icon,
|
||||
line: checkin.train.line_name.clone(),
|
||||
departure_err,
|
||||
departure_planned,
|
||||
departure_real,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue