Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds detection for Bell, iHome Life, Logitech, Veidoo brands and improves detection for existing ones #7838

Merged
merged 25 commits into from
Sep 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
89360ae
Improves detection for Touchmate devices
liviuconcioiu Sep 19, 2024
86b9e68
Improves detection for Crosscall devices
liviuconcioiu Sep 19, 2024
b76fff4
Improves detection for Soho Style devices
liviuconcioiu Sep 19, 2024
74db1f8
Improves detection for Alcatel devices
liviuconcioiu Sep 19, 2024
12347fe
Adds detection for Veidoo brand
liviuconcioiu Sep 19, 2024
2d47534
Improves detection for Soho Style devices
liviuconcioiu Sep 19, 2024
b651d45
Improves detection for X-Mobile devices
liviuconcioiu Sep 19, 2024
58f5a8e
Adds detection for Logitech brand
liviuconcioiu Sep 19, 2024
c15b2cc
Improves detection for Retroid Pocket devices
liviuconcioiu Sep 19, 2024
0e5e804
Improves detection for Zuum devices
liviuconcioiu Sep 19, 2024
2c1cfb7
Improves detection for ZTE devices
liviuconcioiu Sep 19, 2024
0557c7a
Improves detection for Kempler & Strauss devices
liviuconcioiu Sep 19, 2024
5ffb88f
Improves detection for Walton devices
liviuconcioiu Sep 19, 2024
3f5a87e
Improves detection for Soho Style devices
liviuconcioiu Sep 19, 2024
fd6e4b0
Adds detection for Bell brand
liviuconcioiu Sep 19, 2024
4566fb8
Adds detection for iHome Life brand
liviuconcioiu Sep 19, 2024
0514d0d
Improves detection for Aiwa devices
liviuconcioiu Sep 19, 2024
92b6526
Improves detection for INSYS devices
liviuconcioiu Sep 19, 2024
fcb0891
Improves detection for Hisense devices
liviuconcioiu Sep 19, 2024
130170e
Improves detection for unknown tv
liviuconcioiu Sep 19, 2024
bdea7a1
Improves detection for H96 devices
liviuconcioiu Sep 19, 2024
65c8628
Merge branch 'master' into devices
liviuconcioiu Sep 20, 2024
c31f884
Merge branch 'master' into devices
liviuconcioiu Sep 20, 2024
0729e0f
Fix
liviuconcioiu Sep 20, 2024
ea88607
Merge branch 'master' into devices
liviuconcioiu Sep 20, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading