mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-10-01 01:37:43 +03:00
Improve device detection for wearables
This commit is contained in:
@@ -115,5 +115,14 @@
|
||||
"model": "OPD2203",
|
||||
"type": "tablet"
|
||||
}
|
||||
},
|
||||
{
|
||||
"desc": "OnePlus Watch 2",
|
||||
"ua": "Dalvik/2.1.0 (Linux; U; Android 13; OPWWE231 Build/TWR7.231113.001.OPWWE231_11_A.117.240703)",
|
||||
"expect": {
|
||||
"vendor": "OnePlus",
|
||||
"model": "OPWWE231",
|
||||
"type": "wearable"
|
||||
}
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user