docs: [Zurück zur Übersicht](../README.md) in Alle in README für jeder Verzeichnis
This commit is contained in:
3
docs/redux/thunks/database/locationDevice/README.md
Normal file
3
docs/redux/thunks/database/locationDevice/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# 📄 Übersicht: docs/redux/thunks/database/locationDevice
|
||||
|
||||
- [fetchLocationDevicesThunk (1)](fetchLocationDevicesThunk (1).md)
|
||||
@@ -8,7 +8,8 @@ Redux-AsyncThunk zum Abrufen aller Einträge aus der Tabelle `location_device`.
|
||||
|
||||
## 🔄 Zweck
|
||||
|
||||
Dieser Thunk ruft die Servicefunktion `fetchLocationDevicesService()` auf und liefert deren Ergebnis an den Redux-Slice `locationDevicesSlice`.
|
||||
Dieser Thunk ruft die Servicefunktion `fetchLocationDevicesService()` auf und liefert deren Ergebnis
|
||||
an den Redux-Slice `locationDevicesSlice`.
|
||||
|
||||
---
|
||||
|
||||
@@ -34,4 +35,8 @@ dispatch(fetchLocationDevicesThunk());
|
||||
|
||||
```
|
||||
/redux/thunks/database/locationDevice/fetchLocationDevicesThunk.js
|
||||
```
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
[Zurück zur Übersicht](../../../../README.md)
|
||||
|
||||
Reference in New Issue
Block a user