panchengyong
10 days ago b2d3f7caf927e5b83ec52efb74f1f818dbb15236
rpa/libs/device.js
@@ -12,7 +12,7 @@
 * <Br/>
 * 兼容版本: Android 4.4 以上
 *
 * @return 整型
 * @return {number}
 */
DeviceWrapper.prototype.getScreenWidth = function () {
    if (deviceWrapper == null) {
@@ -27,7 +27,7 @@
 * <Br/>
 * 兼容版本: Android 4.4 以上
 *
 * @return 整型
 * @return {number}
 */
DeviceWrapper.prototype.getScreenHeight = function () {
    if (deviceWrapper == null) {
@@ -42,7 +42,7 @@
 * <Br/>
 * 兼容版本: Android 4.4 以上
 *
 * @return string
 * @return {string}
 */
DeviceWrapper.prototype.getIMEI = function () {
    if (deviceWrapper == null) {
@@ -57,7 +57,7 @@
 * <Br/>
 * 兼容版本: Android 4.4 以上
 *
 * @return string
 * @return {string}
 */
DeviceWrapper.prototype.getBrand = function () {
    if (deviceWrapper == null) {
@@ -72,7 +72,7 @@
 * <Br/>
 * 兼容版本: Android 4.4 以上
 *
 * @return 字符串
 * @return {string}
 */
DeviceWrapper.prototype.getModel = function () {
    if (deviceWrapper == null) {
@@ -88,7 +88,7 @@
 * <Br/>
 * 兼容版本: Android 4.4 以上
 *
 * @return 字符串
 * @return {string}
 */
DeviceWrapper.prototype.getImsi = function () {
    if (deviceWrapper == null) {
@@ -103,7 +103,7 @@
 * <Br/>
 * 兼容版本: Android 4.4 以上
 *
 * @return 字符串
 * @return {string}
 */
DeviceWrapper.prototype.getSerial = function () {
    if (deviceWrapper == null) {
@@ -118,7 +118,7 @@
 * <Br/>
 * 兼容版本: Android 4.4 以上
 *
 * @return 整型
 * @return {number}
 */
DeviceWrapper.prototype.getSdkInt = function () {
    if (deviceWrapper == null) {
@@ -133,7 +133,7 @@
 * <Br/>
 * 兼容版本: Android 4.4 以上
 *
 * @return 字符串
 * @return {string}
 */
DeviceWrapper.prototype.getOSVersion = function () {
    if (deviceWrapper == null) {
@@ -149,7 +149,7 @@
 * <Br/>
 * 兼容版本: Android 4.4 以上
 *
 * @return 字符串
 * @return {string}
 */
DeviceWrapper.prototype.getAndroidId = function () {
    if (deviceWrapper == null) {
@@ -164,7 +164,7 @@
 * <Br/>
 * 兼容版本: Android 4.4 以上
 *
 * @return 整型
 * @return {number}
 */
DeviceWrapper.prototype.getBrightness = function () {
    if (deviceWrapper == null) {
@@ -175,7 +175,7 @@
/**
 * 设置屏幕的亮度
 *
 * @param b 整型
 * @param b {number}
 */
DeviceWrapper.prototype.setBrightness = function (b) {
    if (deviceWrapper == null) {
@@ -190,7 +190,7 @@
 * <Br/>
 * 兼容版本: Android 4.4 以上
 *
 * @return 整型, 0 手动调节,1 自动调节
 * @return {number}  0 手动调节,1 自动调节
 */
DeviceWrapper.prototype.getBrightnessMode = function () {
    if (deviceWrapper == null) {
@@ -204,8 +204,7 @@
 * 运行环境: 无限制
 * <Br/>
 * 兼容版本: Android 4.4 以上
 *
 * @param b 0 手动调节,1 自动调节
 * @param b {number} 0 手动调节,1 自动调节
 */
DeviceWrapper.prototype.setBrightnessMode = function (b) {
    if (deviceWrapper == null) {
@@ -216,7 +215,7 @@
/**
 * 取得音乐的音量
 * @return {undefined}
 * @return {number}
 */
DeviceWrapper.prototype.getMusicVolume = function () {
    if (deviceWrapper == null) {
@@ -237,7 +236,7 @@
/**
 * 获取通知的音量
 * @return {undefined}
 * @return {number}
 */
DeviceWrapper.prototype.getNotificationVolume = function () {
    if (deviceWrapper == null) {
@@ -258,7 +257,7 @@
/**
 * 获取闹钟的音量
 * @return {undefined}
 * @return {number}
 */
DeviceWrapper.prototype.getAlarmVolume = function () {
    if (deviceWrapper == null) {
@@ -279,7 +278,7 @@
};
/**
 * 获取音乐最大音量
 * @return {undefined}
 * @return {number}
 */
DeviceWrapper.prototype.getMusicMaxVolume = function () {
    if (deviceWrapper == null) {
@@ -290,7 +289,7 @@
/**
 * 获取通知最大音量
 * @return {undefined}
 * @return {number}
 */
DeviceWrapper.prototype.getNotificationMaxVolume = function () {
    if (deviceWrapper == null) {
@@ -300,7 +299,7 @@
};
/**
 * 获取闹钟最大音量
 * @return {undefined}
 * @return {number}
 */
DeviceWrapper.prototype.getAlarmMaxVolume = function () {
    if (deviceWrapper == null) {
@@ -311,7 +310,7 @@
/**
 * 取得电量
 * @return {undefined}
 * @return {number}
 */
DeviceWrapper.prototype.getBattery = function () {
    if (deviceWrapper == null) {
@@ -322,7 +321,7 @@
/**
 * 取得总内存
 * @return {undefined}
 * @return {number}
 */
DeviceWrapper.prototype.getTotalMem = function () {
    if (deviceWrapper == null) {
@@ -333,7 +332,7 @@
/**
 * 取得可用内存
 * @return {undefined}
 * @return {number}
 */
DeviceWrapper.prototype.getAvailMem = function () {
    if (deviceWrapper == null) {
@@ -343,7 +342,7 @@
};
/**
 * 是否正在充电
 * @return {undefined}
 * @return {number}
 */
DeviceWrapper.prototype.isCharging = function () {
    if (deviceWrapper == null) {
@@ -375,7 +374,8 @@
};
/**
 * 获取mac地址
 * @return 字符串或者null
 * @return {string}
 *
 */
DeviceWrapper.prototype.getMacAddress = function () {
    if (deviceWrapper == null) {
@@ -428,7 +428,8 @@
/**
 * 取得talkingdata三方统计定义的唯一设备标识
 * @return {字符串}
 * 已经失效,请另选其他方式替代
 * @return {string}
 */
DeviceWrapper.prototype.tcDeviceId = function () {
    if (deviceWrapper == null) {