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