Skip to content

Commit

Permalink
Improves detection for AWOX devices
Browse files Browse the repository at this point in the history
  • Loading branch information
liviuconcioiu committed Dec 13, 2024
1 parent 686ae2a commit fccdfe7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions Tests/fixtures/tv-5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,3 +152,21 @@
model: 28MT49S-PSS
os_family: Other Mobile
browser_family: Unknown
-
user_agent: Mozilla/5.0 (Web0S; Linux/SmartTV) AppleWebKit/537.36 (KHTML, like Gecko) Chr0me/68.0.3440.106 Safari/537.36 LG Browser/8.00.00(LGE; B213200SW; 04.50.62; 0x00000001; DTV_C20L); webOS.TV-2020; LG NetCast.TV-2013 Compatible (LGE, B213200SW, wireless)
os:
name: webOS
version: "5"
platform: ""
client:
type: browser
name: LG Browser
version: 8.00.00
engine: Blink
engine_version: 68.0.3440.106
device:
type: tv
brand: AWOX
model: B213200SW
os_family: Other Mobile
browser_family: Unknown
4 changes: 2 additions & 2 deletions regexes/device/mobiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10232,12 +10232,12 @@ Toshiba:

# AWOX (https://www.awox.com.tr/)
AWOX:
regex: '(?:AWOX|B213900SW)(?:[);/ ]|$)'
regex: '(?:AWOX|B213[29]00SW)(?:[);/ ]|$)'
device: 'tv'
models:
- regex: 'AWOX;SmartTV;([a-z0-9_ -]+);'
model: '$1'
- regex: '(B213900SW)(?:[);/ ]|$)'
- regex: '(B213[29]00SW)(?:[);/ ]|$)'
model: '$1'

# UD (https://udtv.store/)
Expand Down

0 comments on commit fccdfe7

Please sign in to comment.