pub async fn handle_changes(
    rx: Receiver<DeviceCommand>,
    shutdown: Shutdown,
    settings: SettingsHandle
)