Skip to content

Commit

Permalink
These are obviously chrome smart speakers. (#7701)
Browse files Browse the repository at this point in the history
  • Loading branch information
mindreader authored Jun 13, 2024
1 parent 323629c commit ca4c9a2
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Tests/fixtures/smart_speaker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,3 +221,21 @@
model: SmartSpeak Duo Max
os_family: Android
browser_family: Chrome
-
user_agent: Mozilla/5.0 (X11; Linux armv7l) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.225 Safari/537.36 CrKey/1.56.500000 DeviceType/SmartSpeaker
os:
name: GNU/Linux
version: ""
platform: "ARM"
client:
type: browser
name: Chrome
version: 90.0.4430.225
engine: Blink
engine_version: 90.0.4430.225
device:
type: smart speaker
brand: Google
model: Chromecast
os_family: GNU/Linux
browser_family: Chrome
3 changes: 3 additions & 0 deletions regexes/device/mobiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9461,6 +9461,9 @@ Google:
- regex: '(GFHD[12]00)'
device: 'tv'
model: 'Fiber $1'
- regex: 'CrKey/[0-9.]+ DeviceType/SmartSpeaker'
model: 'Chromecast'
device: 'smart speaker'
- regex: 'CrKey[^a-z0-9]'
model: 'Chromecast'
device: 'tv'
Expand Down

0 comments on commit ca4c9a2

Please sign in to comment.