diff options
| author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-05-19 19:12:11 +0200 | 
|---|---|---|
| committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-05-19 19:12:11 +0200 | 
| commit | 8594d52fe9715da204e3b767def5d0b6a93a2f1c (patch) | |
| tree | 7d5758276dcd06de2ac1612229b4154fc9a52893 | |
| parent | f37619e2890ad4f3b36c49117ead8bcdcf2af28e (diff) | |
Result: Add "FULL" occupancy indicator
| -rw-r--r-- | lib/Travel/Status/DE/EFA/Result.pm | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Travel/Status/DE/EFA/Result.pm b/lib/Travel/Status/DE/EFA/Result.pm index a326298..9f45bd5 100644 --- a/lib/Travel/Status/DE/EFA/Result.pm +++ b/lib/Travel/Status/DE/EFA/Result.pm @@ -213,8 +213,8 @@ Returns the "mode of transport", for instance "zug", "s-bahn", "tram" or  Returns expected occupancy, if available, undef otherwise.  Occupancy values are passed from the backend as-is. Known values are -"MANY_SEATS" (low occupation), "FEW_SEATS" (high occupation), and -"STANDING_ONLY" (very high occupation). +"MANY_SEATS" (low occupation), "FEW_SEATS" (high occupation), +"STANDING_ONLY" (very high occupation), and "FULL" (boarding not advised).  =item $departure->platform  | 
