15 lines
294 B
Markdown
15 lines
294 B
Markdown
<!-- /docs/redux/thunks/database/fetchLocationDevicesThunk.md -->
|
|
|
|
# 🚚 fetchLocationDevicesThunk.js
|
|
|
|
Async-Thunk zum Laden aller Geräte aus der Tabelle `location_device`.
|
|
|
|
## Verwendung
|
|
|
|
```js
|
|
dispatch(fetchLocationDevicesThunk());
|
|
```
|
|
|
|
## Quelle
|
|
|
|
- Ruft `fetchLocationDevicesService()` auf |