docs
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<!-- /docs/redux/thunks/webservice/fetchGisStationsMeasurementsThunk.md -->
|
||||
|
||||
# 📈 fetchGisStationsMeasurementsThunk.js
|
||||
|
||||
Lädt Messwerte aller Stationen (z. B. Schleifenwiderstand, Isolation).
|
||||
|
||||
## Verwendung
|
||||
|
||||
```js
|
||||
dispatch(fetchGisStationsMeasurementsThunk());
|
||||
```
|
||||
|
||||
## Intern
|
||||
|
||||
- Ruft `fetchGisStationsMeasurementsService()` auf
|
||||
Reference in New Issue
Block a user