Skip to content

Commit

Permalink
feat(device) detect brand Samsung: Galaxy Gear, Galaxy Gear Fit, Gala…
Browse files Browse the repository at this point in the history
…xy Gear 2, Galaxy Gear 2 Neo (#7036)
  • Loading branch information
sanchezzzhak authored Mar 8, 2022
1 parent 4bec497 commit c16a930
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions regexes/device/mobiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16101,6 +16101,18 @@ Samsung:
- regex: 'SM-R820'
device: 'wearable'
model: 'Galaxy Watch Active 2 44mm'
- regex: 'SM-V7000'
device: 'wearable'
model: 'Galaxy Gear'
- regex: 'SM-R3500'
device: 'wearable'
model: 'Galaxy Gear Fit'
- regex: 'SM-R3800'
device: 'wearable'
model: 'Galaxy Gear 2'
- regex: 'SSM-R3810'
device: 'wearable'
model: 'Galaxy Gear 2 Neo'
- regex: 'SM-R825'
device: 'wearable'
model: 'Galaxy Watch Active 2 44mm LTE'
Expand Down

0 comments on commit c16a930

Please sign in to comment.