设备休眠. 没有回调,默认成功, 业务上过 6s 重新获取状态
Future<void> xcDeviceSleep({required String deviceId}) async { return _api.xcDeviceSleep(deviceId); }