From 2ccac68c6be4c2003168c6e552c6f2bd402626d1 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 13 Mar 2021 12:00:31 +0100 Subject: show occupancy data if available --- lib/Travel/Status/DE/EFA.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/Travel/Status/DE/EFA.pm') diff --git a/lib/Travel/Status/DE/EFA.pm b/lib/Travel/Status/DE/EFA.pm index d79f3d1..ca18273 100644 --- a/lib/Travel/Status/DE/EFA.pm +++ b/lib/Travel/Status/DE/EFA.pm @@ -437,11 +437,12 @@ sub results { my $platform = $e->getAttribute('platform'); my $platform_name = $e->getAttribute('platformName'); + my $countdown = $e->getAttribute('countdown'); + my $occupancy = $e->getAttribute('occupancy'); my $line = $e_line->getAttribute('number'); my $dest = $e_line->getAttribute('direction'); my $info = $e_info->textContent; my $key = $e_line->getAttribute('key'); - my $countdown = $e->getAttribute('countdown'); my $delay = $e_info->getAttribute('delay'); my $type = $e_info->getAttribute('name'); my $mot = $e_line->getAttribute('motType'); @@ -498,6 +499,7 @@ sub results { lineref => $line_obj[0] // undef, line => $line, destination => $dest, + occupancy => $occupancy, countdown => $countdown, info => $info, delay => $delay, -- cgit v1.2.3