From 2ee0cde57bcd57140bd58f52b8dd09c9a95c9f43 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 4 Sep 2015 09:42:29 +0200 Subject: more todo --- lib/Travel/Status/DE/IRIS.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/Travel/Status/DE/IRIS.pm b/lib/Travel/Status/DE/IRIS.pm index 5dc4cf2..8f4e381 100644 --- a/lib/Travel/Status/DE/IRIS.pm +++ b/lib/Travel/Status/DE/IRIS.pm @@ -278,6 +278,7 @@ sub get_realtime { type => $e_ref->getAttribute('c'), # S/ICE/ERB/... line_no => $e_ref->getAttribute('l'), # 1 -> S1, ... unknown_o => $e_ref->getAttribute('o'), # owner: 03/80/R2/... + # TODO ps='a' -> rerouted and normally unscheduled train? ); } if ($e_ar) { @@ -289,6 +290,7 @@ sub get_realtime { sched_route_pre => $e_ar->getAttribute('ppth'), status => $e_ar->getAttribute('cs'), status_since => $e_ar->getAttribute('clt'), + # TODO ps='a' -> rerouted and normally unscheduled train? ); } if ($e_dp) { -- cgit v1.2.3