docs
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<!-- /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
|
||||
Reference in New Issue
Block a user