Skip to content
Snippets Groups Projects
Commit cc9dd0a4 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Result: document occupancy accessor

parent ea505717
No related branches found
No related tags found
No related merge requests found
......@@ -208,6 +208,14 @@ and 11.
Returns the "mode of transport", for instance "zug", "s-bahn", "tram" or
"sonstige".
=item $departure->occupancy
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).
=item $departure->platform
Departure platform number (may not be a number).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment