diff options
| author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-08-18 11:07:13 +0200 |
|---|---|---|
| committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-08-18 11:07:13 +0200 |
| commit | 5008b2dda31ae20a7f5a48fb7c3a38adda36e8fe (patch) | |
| tree | f54cc3dc3e3bb4848f83596c8141ad43558667f1 | |
| parent | b08f091529925607a86d54ecdd457914c38cdc08 (diff) | |
Services: Add coverage regions
| -rw-r--r-- | lib/Travel/Status/DE/HAFAS/Services.pm.PL | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Travel/Status/DE/HAFAS/Services.pm.PL b/lib/Travel/Status/DE/HAFAS/Services.pm.PL index 638bd53..5836a94 100644 --- a/lib/Travel/Status/DE/HAFAS/Services.pm.PL +++ b/lib/Travel/Status/DE/HAFAS/Services.pm.PL @@ -26,6 +26,8 @@ sub load_instance { client => $data->{options}{client}, auth => $data->{options}{auth}, }, + coverage => + { regions => $data->{coverage}{realtimeCoverage}{region} // [] }, #coverage => { # area => $data->{coverage}{realtimeCoverage}{area}, |
