Skip to content

Commit

Permalink
Adds detection for Sony Bravia VU31 and Bravia VU2
Browse files Browse the repository at this point in the history
  • Loading branch information
liviuconcioiu committed Aug 26, 2023
1 parent 54aafc5 commit c92584f
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
36 changes: 36 additions & 0 deletions Tests/fixtures/tv-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10285,3 +10285,39 @@
model: ULX-43UTCS347
os_family: Android
browser_family: Chrome
-
user_agent: Dalvik/2.1.0 (Linux; U; Android 11; BRAVIA VU31 Build/RTK2.220814.001)
os:
name: Android TV
version: "11"
platform: ""
client:
type: browser
name: Android Browser
version: ""
engine: WebKit
engine_version: ""
device:
type: tv
brand: Sony
model: Bravia VU31
os_family: Android
browser_family: Android Browser
-
user_agent: Dalvik/2.1.0 (Linux; U; Android 11; BRAVIA VU2 Build/RTT7.210923.001)
os:
name: Android TV
version: "11"
platform: ""
client:
type: browser
name: Android Browser
version: ""
engine: WebKit
engine_version: ""
device:
type: tv
brand: Sony
model: Bravia VU2
os_family: Android
browser_family: Android Browser
2 changes: 1 addition & 1 deletion regexes/device/mobiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7737,7 +7737,7 @@ Sony:
device: 'wearable'

# SONY: Bravia or TV Box
- regex: '(?:BRAVIA )(2K GB ATV3|[48]K UR[123]|4K GB ATV3|4K GB|4K VH2|4K 2015|2015|VH1|VU1)(?:[);/ ]|$)'
- regex: '(?:BRAVIA )(2K GB ATV3|[48]K UR[123]|4K GB ATV3|4K GB|4K VH2|4K 2015|2015|VH1|VU[12]|VU31)(?:[);/ ]|$)'
model: 'Bravia $1'
device: 'tv'
- regex: 'SVP-DTV15(?:[);/ ]|$)'
Expand Down

0 comments on commit c92584f

Please sign in to comment.