From 2dbe21db0ea19499ae6518491627110feb433428 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Fri, 24 Nov 2023 20:16:26 +0100 Subject: EFA, Result: parse and expose trainType and trainName fields --- lib/Travel/Status/DE/EFA.pm | 4 ++++ 1 file changed, 4 insertions(+) (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 75900c6..124410e 100644 --- a/lib/Travel/Status/DE/EFA.pm +++ b/lib/Travel/Status/DE/EFA.pm @@ -443,6 +443,8 @@ sub results { my $countdown = $e->getAttribute('countdown'); my $occupancy = $e->getAttribute('occupancy'); my $line = $e_line->getAttribute('number'); + my $train_type = $e_line->getAttribute('trainType'); + my $train_name = $e_line->getAttribute('trainName'); my $train_no = $e_line->getAttribute('trainNum'); my $dest = $e_line->getAttribute('direction'); my $info = $e_info->textContent; @@ -502,6 +504,8 @@ sub results { key => $key, lineref => $line_obj[0] // undef, line => $line, + train_type => $train_type, + train_name => $train_name, train_no => $train_no, destination => $dest, occupancy => $occupancy, -- cgit v1.2.3