pub async fn verify_device( host: &Host, device_id: &str, ) -> Result<DevicePlatform>
Verify that a device exists and is available.
Returns an error if the device is not found or not available.