docs: [Zurück zur Übersicht](../README.md) in Alle in README für jeder Verzeichnis

This commit is contained in:
ISA
2025-06-24 08:22:48 +02:00
parent 82a1e11797
commit 0347ec9d98
243 changed files with 1425 additions and 283 deletions

View File

@@ -0,0 +1,3 @@
# 📄 Übersicht: docs/redux/thunks/database/locationDevice
- [fetchLocationDevicesThunk (1)](fetchLocationDevicesThunk (1).md)

View File

@@ -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)