# 🚚 fetchLocationDevicesThunk.js Async-Thunk zum Laden aller Geräte aus der Tabelle `location_device`. ## Verwendung ```js dispatch(fetchLocationDevicesThunk()); ``` ## Quelle - Ruft `fetchLocationDevicesService()` auf