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)