Improve device detection: Google Pixel Watch

(cherry picked from commit c8ece08b1b)
This commit is contained in:
Faisal Salman
2024-11-20 17:19:46 +07:00
parent 7f7f4a5359
commit 45d6c4eee8
2 changed files with 20 additions and 1 deletions

View File

@@ -731,7 +731,8 @@
/\b(sm-[lr]\d\d[05][fnuw]?s?)\b/i // Samsung Galaxy Watch
], [MODEL, [VENDOR, SAMSUNG], [TYPE, WEARABLE]], [
/((pebble))app/i // Pebble
/((pebble))app/i, // Pebble
/(google) (pixel watch[\w ]*)( bui|\))/i // Pixel Watch
], [VENDOR, MODEL, [TYPE, WEARABLE]], [
/(watch)(?: ?os[,\/]|\d,\d\/)[\d\.]+/i // Apple Watch
], [MODEL, [VENDOR, APPLE], [TYPE, WEARABLE]], [