summaryrefslogtreecommitdiff
path: root/lib/Travel
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Travel')
-rw-r--r--lib/Travel/Status/DE/EFA/Departure.pm1
-rw-r--r--lib/Travel/Status/DE/EFA/Stop.pm1
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/Travel/Status/DE/EFA/Departure.pm b/lib/Travel/Status/DE/EFA/Departure.pm
index b5775a8..79fa85a 100644
--- a/lib/Travel/Status/DE/EFA/Departure.pm
+++ b/lib/Travel/Status/DE/EFA/Departure.pm
@@ -155,6 +155,7 @@ sub parse_route {
full_name => $stop->{name},
place => $stop->{place},
name => $stop->{nameWO},
+ occupancy => $stop->{occupancy},
platform => $ref->{platform} || $stop->{platformName} || undef,
)
);
diff --git a/lib/Travel/Status/DE/EFA/Stop.pm b/lib/Travel/Status/DE/EFA/Stop.pm
index 1df8cc8..5c404b9 100644
--- a/lib/Travel/Status/DE/EFA/Stop.pm
+++ b/lib/Travel/Status/DE/EFA/Stop.pm
@@ -11,6 +11,7 @@ our $VERSION = '2.02';
Travel::Status::DE::EFA::Stop->mk_ro_accessors(
qw(sched_arr rt_arr arr
sched_dep rt_dep dep
+ occupancy
place name full_name id latlon
platform niveau)
);