support KB2003
This commit is contained in:
@@ -1222,8 +1222,11 @@ class CommandorPage {
|
|||||||
await this.tapForDevice(this.device, 110, 2208)
|
await this.tapForDevice(this.device, 110, 2208)
|
||||||
await delay(2000);
|
await delay(2000);
|
||||||
await openUrlWithAdb(RDV_URL, this.device)
|
await openUrlWithAdb(RDV_URL, this.device)
|
||||||
}
|
} else if (this.device.model() === "KB2003") {
|
||||||
if (this.device.model() === "21091116C") {
|
await this.tapForDevice(this.device, 100, 2289)
|
||||||
|
await delay(2000);
|
||||||
|
await openUrlWithAdb(RDV_URL, this.device)
|
||||||
|
} else if (this.device.model() === "21091116C") {
|
||||||
await this.tapForDevice(this.device, 107, 2193)
|
await this.tapForDevice(this.device, 107, 2193)
|
||||||
await delay(2000);
|
await delay(2000);
|
||||||
await openUrlWithAdb(RDV_URL, this.device)
|
await openUrlWithAdb(RDV_URL, this.device)
|
||||||
|
|||||||
Reference in New Issue
Block a user