# 🖥️ selectedDeviceSlice.js Speichert das aktuell ausgewählte Gerät aus der Karte. ## Zustand ```js null | { ...Gerät } ``` ## Aktionen - `setSelectedDevice(device)` - `clearSelectedDevice()`