diff --git a/src/workers/CommandorPage.js b/src/workers/CommandorPage.js index 3836e38..fd01144 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") { + if (model === "KB2003" || model ==="DE2117"|| model === "22041219PG") { await this.tapForDevice(this.device, 545, 1448) } else await this.tapForDevice(this.device, 100, 400)