support POCO phone for brave version 1_65_133

This commit is contained in:
2024-06-29 21:26:42 +02:00
parent b7daa9e47b
commit 8019d312de
+1 -1
View File
@@ -1538,7 +1538,7 @@ class CommandorPage {
async handleBravePushNotification() { async handleBravePushNotification() {
let model = this.device.model() 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) await this.tapForDevice(this.device, 545, 1448)
} else } else
await this.tapForDevice(this.device, 100, 400) await this.tapForDevice(this.device, 100, 400)