Skip to content

Commit

Permalink
Improves detection for Edenwood devices
Browse files Browse the repository at this point in the history
  • Loading branch information
liviuconcioiu committed Nov 5, 2024
1 parent cd6d1c3 commit 06a3102
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Tests/fixtures/tv-4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4359,3 +4359,21 @@
model: 50A6101EX
os_family: GNU/Linux
browser_family: Chrome
-
user_agent: Mozilla/5.0 (X11; Linux armv7l) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Odin/88.4324.2.10 Safari/537.36 Model/Hisense-MT9602 VIDAA/6.0(EDENWOOD;SmartTV;VS0355UE1;MTK9602/V0000.06.13P.O0810;UHD;VS0355U;)
os:
name: VIDAA
version: "6.0"
platform: ARM
client:
type: browser
name: Odin
version: 88.4324.2.10
engine: Blink
engine_version: 88.0.4324.182
device:
type: tv
brand: Edenwood
model: Smart TV
os_family: GNU/Linux
browser_family: Chrome
10 changes: 10 additions & 0 deletions regexes/device/mobiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7843,6 +7843,16 @@ ECS:
- regex: 'TM105(?:[);/ ]|$)'
model: 'TM105'

# Edenwood
Edenwood:
regex: 'EDENWOOD[;,]'
device: 'tv'
models:
- regex: '_TV_[A-Z0-9]+_([0-9]{4});'
model: 'Smart TV ($1)'
- regex: 'SmartTV;'
model: 'Smart TV'

# EE
EE:
regex: '(?:Harrier(?: Tab)?|Hawk|Rook)[_ ]from[_ ]EE'
Expand Down

0 comments on commit 06a3102

Please sign in to comment.