Skip to content

Commit

Permalink
feat(device) rename new brand BOE to Leff model: HV320WHB-N55
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchezzzhak committed Dec 9, 2020
1 parent e642523 commit 806b1a5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Parser/Device/AbstractDeviceParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ abstract class AbstractDeviceParser extends AbstractParser
'B2' => 'Blackview',
'B4' => 'bogo',
'BW' => 'Boway',
'4B' => 'BOE',
'BZ' => 'Bezkam',
'BX' => 'bq',
'BV' => 'Bravis',
Expand Down Expand Up @@ -431,6 +430,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'LK' => 'Lark',
'LC' => 'LCT',
'L5' => 'Leagoo',
'4B' => 'Leff',
'LD' => 'Ledstar',
'L1' => 'LeEco',
'L4' => 'Lemhoov',
Expand Down
2 changes: 1 addition & 1 deletion Tests/fixtures/smartphone-19.yml
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@
engine_version: ""
device:
type: tv
brand: BOE
brand: Leff
model: HV320WHB-N55
os_family: Android
browser_family: Unknown
Expand Down
4 changes: 2 additions & 2 deletions regexes/device/mobiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18349,8 +18349,8 @@ Silelis:
device: 'tv'
model: '$1'

# BOE (www.boe.com)
BOE:
# Leff
Leff:
regex: 'Leff Shell (HV320WHB-N55)(?:[);/ ]|$)'
device: 'tv'
model: '$1'
Expand Down

0 comments on commit 806b1a5

Please sign in to comment.