Open evandcoleman opened 4 months ago
There should maybe be a configuration option for a maximum count in case there are a large number of scheduled arrivals.
There should maybe be a configuration option for a maximum count in case there are a large number of scheduled arrivals.
Good idea! Done.
Resolves #35
Adds the ability to save more departure times. By default, 2 departures are fetched as is the current behavior. If you specify the
max_departures
config param, you can fetch a specific number or 0 for all departures.I'm not totally sold on the
(+x)
naming of the attributes, so I'm open to suggestions.