15 lines
326 B
Markdown
15 lines
326 B
Markdown
<!-- /docs/redux/thunks/webservice/fetchGisStationsStatusDistrictThunk.md -->
|
|
|
|
# 🚦 fetchGisStationsStatusDistrictThunk.js
|
|
|
|
Lädt Statusdaten (aktiv/inaktiv) aller Stationen im Bezirk.
|
|
|
|
## Verwendung
|
|
|
|
```js
|
|
dispatch(fetchGisStationsStatusDistrictThunk());
|
|
```
|
|
|
|
## Intern
|
|
|
|
- Ruft `fetchGisStationsStatusDistrictService()` auf |