Improve device detection for wearables

This commit is contained in:
Faisal Salman
2024-11-30 22:51:29 +07:00
parent 259cd1422b
commit fbadfd7ace
8 changed files with 125 additions and 8 deletions

View File

@@ -151,5 +151,14 @@
"model": "Z00ED",
"type": "mobile"
}
},
{
"desc": "ASUS ZenWatch",
"ua": "Mozilla/5.0 (Linux; Android 5.0.1; ASUS ZenWatch Build/LWX48S) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/19.77.34.5 Mobile Safari/537.36",
"expect": {
"vendor": "ASUS",
"model": "ZenWatch",
"type": "wearable"
}
}
]