20 lines
378 B
Markdown
20 lines
378 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
|
|
|
|
---
|
|
|
|
[Zurück zur Übersicht](../../../README.md)
|