From 8019d312deb6368c12ce654d26351f2a0b624e32 Mon Sep 17 00:00:00 2001 From: Lei PAN Date: Sat, 29 Jun 2024 21:26:42 +0200 Subject: [PATCH] support POCO phone for brave version 1_65_133 --- src/workers/CommandorPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/workers/CommandorPage.js b/src/workers/CommandorPage.js index fd01144..0aea993 100644 --- a/src/workers/CommandorPage.js +++ b/src/workers/CommandorPage.js @@ -1538,7 +1538,7 @@ class CommandorPage { async handleBravePushNotification() { let model = this.device.model() - if (model === "KB2003" || model ==="DE2117"|| model === "22041219PG") { + if (model === "KB2003" || model === "22041219PG" || model === "DE2117" || model === "21091116C") { await this.tapForDevice(this.device, 545, 1448) } else await this.tapForDevice(this.device, 100, 400)