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

@@ -79,5 +79,14 @@
"model": "Moto E (4)",
"type": "mobile"
}
},
{
"desc": "Motorola Moto 360",
"ua": "Mozilla/5.0 (Linux; Android 4.4; Moto 360 Build/KNX01S) AppleWebKit/537.36 (KHTML, like Gecko) WIB/0.9.8 Mobile Safari/537.36",
"expect": {
"vendor": "Motorola",
"model": "Moto 360",
"type": "wearable"
}
}
]