20 lines
341 B
Markdown
20 lines
341 B
Markdown
<!-- /docs/redux/thunks/webservice/fetchGisSystemStaticThunk.md -->
|
|
|
|
# 🧱 fetchGisSystemStaticThunk.js
|
|
|
|
Lädt Geräte-/Systemdaten für alle Module aus dem Webservice.
|
|
|
|
## Verwendung
|
|
|
|
```js
|
|
dispatch(fetchGisSystemStaticThunk());
|
|
```
|
|
|
|
## Intern
|
|
|
|
- Ruft `fetchGisSystemStaticService()` auf
|
|
|
|
---
|
|
|
|
[Zurück zur Übersicht](../../../README.md)
|