support KB2003

This commit is contained in:
2024-02-23 16:37:49 +01:00
parent 99953c758f
commit d9ba143ede
+5 -2
View File
@@ -1222,8 +1222,11 @@ class CommandorPage {
await this.tapForDevice(this.device, 110, 2208)
await delay(2000);
await openUrlWithAdb(RDV_URL, this.device)
}
if (this.device.model() === "21091116C") {
} else if (this.device.model() === "KB2003") {
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 delay(2000);
await openUrlWithAdb(RDV_URL, this.device)