Skip to content

Commit

Permalink
Adds detection for Bell, iHome Life, Logitech, Veidoo brands and impr…
Browse files Browse the repository at this point in the history
…oves detection for existing ones (#7838)

* Improves detection for Touchmate devices

* Improves detection for Crosscall devices

* Improves detection for Soho Style devices
* Improves detection for Alcatel devices
* Adds detection for Veidoo brand
* Improves detection for Soho Style devices
* Improves detection for X-Mobile devices
* Adds detection for Logitech brand
* Improves detection for Retroid Pocket devices
* Improves detection for zuum devices
* Improves detection for nubia devices
* Improves detection for Kempler & Strauss devices
* Improves detection for Walton devices
* Improves detection for Soho Style devices
* Adds detection for Bell brand
* Adds detection for iHome Life brand
* Improves detection for Aiwa devices
* Improves detection for INSYS devices
* Improves detection for Hisense devices
* Improves detection for unknown tv
* Improves detection for H96 devices
  • Loading branch information
liviuconcioiu authored Sep 20, 2024
1 parent 22a6534 commit ad758f3
Show file tree
Hide file tree
Showing 5 changed files with 615 additions and 19 deletions.
4 changes: 4 additions & 0 deletions Parser/Device/AbstractDeviceParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'YB' => 'Beista',
'BY' => 'BS Mobile',
'BZ' => 'Bezkam',
'BEL' => 'Bell',
'9B' => 'Bellphone',
'63' => 'Beyond',
'BG' => 'BGH',
Expand Down Expand Up @@ -817,6 +818,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'IDI' => 'iDino',
'6Z' => 'iData',
'IG' => 'iGet',
'IHL' => 'iHome Life',
'IH' => 'iHunt',
'IA' => 'Ikea',
'IYO' => 'iYou',
Expand Down Expand Up @@ -1029,6 +1031,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'LH' => 'Logic Instrument',
'LM' => 'Logicom',
'LOG' => 'Logik',
'LGT' => 'Logitech',
'GY' => 'LOKMAT',
'LPX' => 'LPX-G',
'0L' => 'Lumigon',
Expand Down Expand Up @@ -1814,6 +1817,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'VAN' => 'VANGUARD',
'VAW' => 'VANWIN',
'VB' => 'VC',
'VEI' => 'Veidoo',
'VN' => 'Venso',
'VNP' => 'VNPT Technology',
'VEN' => 'Venstar',
Expand Down
Loading

0 comments on commit ad758f3

Please sign in to comment.