diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-05-19 18:11:27 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-05-19 18:11:27 +0200 |
commit | e293bb9b1473a4ae4815c344e719b640dc5aa9ba (patch) | |
tree | 4f37d7dccebe2993b4a4b1974ed212578cdbc09b /lib/DBInfoscreen | |
parent | 2b3c68bffdf618707db3c45d742b19aec9719ca0 (diff) |
EFA: include occupancy indicator
Diffstat (limited to 'lib/DBInfoscreen')
-rw-r--r-- | lib/DBInfoscreen/Controller/Stationboard.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/DBInfoscreen/Controller/Stationboard.pm b/lib/DBInfoscreen/Controller/Stationboard.pm index e36b550..4691a86 100644 --- a/lib/DBInfoscreen/Controller/Stationboard.pm +++ b/lib/DBInfoscreen/Controller/Stationboard.pm @@ -1513,6 +1513,7 @@ sub handle_efa { is_cancelled => $result->is_cancelled, linetype => $linetype, delay => $result->delay, + occupancy => $result->occupancy, replaced_by => [], replacement_for => [], route_pre => [], |