diff --git a/src/workers/CommandorPage.js b/src/workers/CommandorPage.js index f50d63b..059ecc9 100644 --- a/src/workers/CommandorPage.js +++ b/src/workers/CommandorPage.js @@ -1226,8 +1226,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)