docs
This commit is contained in:
15
docs/redux/thunks/webservice/fetchGisSystemStaticThunk.md
Normal file
15
docs/redux/thunks/webservice/fetchGisSystemStaticThunk.md
Normal file
@@ -0,0 +1,15 @@
|
||||
<!-- /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
|
||||
Reference in New Issue
Block a user