device_detector 1.1.2 → 1.1.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -20,7 +20,9 @@ Airties:
20
20
  'ALDI NORD':
21
21
  regex: 'ALDINORD[;,]'
22
22
  device: 'tv'
23
- model: ''
23
+ models:
24
+ - regex: '_TV_[A-Z0-9]+_([0-9]{4});'
25
+ model: 'Smart TV ($1)'
24
26
 
25
27
  # ALDI SÜD
26
28
  'ALDI SÜD':
@@ -68,6 +70,14 @@ ARRIS:
68
70
  - regex: 'FS-ARS-01B'
69
71
  model: 'FS-ARS-01B'
70
72
 
73
+ # Atlantic Electrics (https://www.atlanticelectrics.co.uk/)
74
+ Atlantic Electrics:
75
+ regex: 'ATLANTIC[;,]'
76
+ device: 'tv'
77
+ models:
78
+ - regex: '_TV_[A-Z0-9]+_([0-9]{4});'
79
+ model: 'Smart TV ($1)'
80
+
71
81
  # Atvio
72
82
  Atvio:
73
83
  regex: 'ATVIO'
@@ -76,6 +86,22 @@ Atvio:
76
86
  - regex: '55D1620'
77
87
  model: '55D1620'
78
88
 
89
+ # AWOX (https://www.awox.com.tr/)
90
+ AWOX:
91
+ regex: 'LGE/XianYou/AWOX'
92
+ device: 'tv'
93
+ models:
94
+ - regex: 'LGE/XianYou/AWOX; ([a-z0-9]+);'
95
+ model: '$1'
96
+
97
+ # AYA
98
+ AYA:
99
+ regex: 'AYA[;,]'
100
+ device: 'tv'
101
+ models:
102
+ - regex: '_TV_[A-Z0-9]+_([0-9]{4});'
103
+ model: 'Smart TV ($1)'
104
+
79
105
  # BangOlufsen
80
106
  BangOlufsen:
81
107
  regex: 'Bangolufsen'
@@ -96,12 +122,28 @@ Blaupunkt:
96
122
  - regex: 'LC-65CUG8052E'
97
123
  model: 'LC-65CUG8052E'
98
124
 
125
+ # Botech (https://botechgroupcompanies.com/en/homepage/)
126
+ Botech:
127
+ regex: 'Botech[;,]'
128
+ device: 'tv'
129
+ models:
130
+ - regex: '(ATV R[12])'
131
+ model: '$1'
132
+
99
133
  # Bush
100
134
  Bush:
101
135
  regex: 'BUSH[;,]'
102
136
  device: 'tv'
103
137
  model: ''
104
138
 
139
+ # Cecotec (https://cecotec.es/)
140
+ Cecotec:
141
+ regex: 'CECOTEC[;,]'
142
+ device: 'tv'
143
+ models:
144
+ - regex: '_TV_[A-Z0-9]+_([0-9]{4});'
145
+ model: 'Smart TV ($1)'
146
+
105
147
  # Celcus
106
148
  Celcus:
107
149
  regex: 'CELCUS[;,]'
@@ -120,7 +162,17 @@ Changhong:
120
162
  CLAYTON:
121
163
  regex: 'CLAYTON[;,]'
122
164
  device: 'tv'
123
- model: ''
165
+ models:
166
+ - regex: '_TV_[A-Z0-9]+_([0-9]{4});'
167
+ model: 'Smart TV ($1)'
168
+
169
+ # Continental Edison (https://www.continentaledison.fr/en/)
170
+ Continental Edison:
171
+ regex: 'CONTINENTAL_EDI[;,]'
172
+ device: 'tv'
173
+ models:
174
+ - regex: '_TV_[A-Z0-9]+_([0-9]{4});'
175
+ model: 'Smart TV ($1)'
124
176
 
125
177
  # CreNova
126
178
  CreNova:
@@ -128,11 +180,21 @@ CreNova:
128
180
  device: 'tv'
129
181
  model: 'CNV001'
130
182
 
183
+ # Crown (https://www.crownindiatv.com/)
184
+ Crown:
185
+ regex: 'CROWN[;,]'
186
+ device: 'tv'
187
+ models:
188
+ - regex: '_TV_[A-Z0-9]+_([0-9]{4});'
189
+ model: 'Smart TV ($1)'
190
+
131
191
  # Daewoo
132
192
  Daewoo:
133
193
  regex: 'Daewoo[;,]'
134
194
  device: 'tv'
135
- model: ''
195
+ models:
196
+ - regex: '_TV_[A-Z0-9]+_([0-9]{4});'
197
+ model: 'Smart TV ($1)'
136
198
 
137
199
  # Digihome
138
200
  Digihome:
@@ -144,7 +206,17 @@ Digihome:
144
206
  DIKOM:
145
207
  regex: 'DIKOM[;,]'
146
208
  device: 'tv'
147
- model: ''
209
+ models:
210
+ - regex: '_TV_[A-Z0-9]+_([0-9]{4});'
211
+ model: 'Smart TV ($1)'
212
+
213
+ # DIORA (https://dioraghana.com/)
214
+ DIORA:
215
+ regex: 'DIORA[;,]'
216
+ device: 'tv'
217
+ models:
218
+ - regex: '_TV_[A-Z0-9]+_([0-9]{4});'
219
+ model: 'Smart TV ($1)'
148
220
 
149
221
  # DMM
150
222
  DMM:
@@ -152,6 +224,14 @@ DMM:
152
224
  device: 'tv'
153
225
  model: 'Dreambox'
154
226
 
227
+ # Elektroland (https://www.elektroland.at/)
228
+ Elektroland:
229
+ regex: 'ELEKTROLAND[;,]'
230
+ device: 'tv'
231
+ models:
232
+ - regex: '_TV_[A-Z0-9]+_([0-9]{4});'
233
+ model: 'Smart TV ($1)'
234
+
155
235
  # ELECTRONIA
156
236
  ELECTRONIA:
157
237
  regex: 'ELECTRONIA[;,]'
@@ -162,25 +242,41 @@ ELECTRONIA:
162
242
  Essentielb:
163
243
  regex: 'ESSENTIELB[;,]'
164
244
  device: 'tv'
165
- model: ''
245
+ models:
246
+ - regex: '_TV_[A-Z0-9]+_([0-9]{4});'
247
+ model: 'Smart TV ($1)'
248
+
249
+ # Express LUCK (https://www.expressluck.com/)
250
+ Express LUCK:
251
+ regex: 'Expressluck[;,]'
252
+ device: 'tv'
253
+ models:
254
+ - regex: '([24]K)TV'
255
+ model: '$1 TV'
166
256
 
167
257
  # Finlux
168
258
  Finlux:
169
259
  regex: 'FINLUX[;,]'
170
260
  device: 'tv'
171
- model: ''
261
+ models:
262
+ - regex: '_TV_[A-Z0-9]+_([0-9]{4});'
263
+ model: 'Smart TV ($1)'
172
264
 
173
265
  # F&U (https://www.fandu.gr/)
174
266
  'F&U':
175
267
  regex: 'FU[;,]'
176
268
  device: 'tv'
177
- model: ''
269
+ models:
270
+ - regex: '_TV_[A-Z0-9]+_([0-9]{4});'
271
+ model: 'Smart TV ($1)'
178
272
 
179
273
  # Fuego
180
274
  Fuego:
181
275
  regex: 'FUEGO[;,]'
182
276
  device: 'tv'
183
- model: ''
277
+ models:
278
+ - regex: '_TV_[A-Z0-9]+_([0-9]{4});'
279
+ model: 'Smart TV ($1)'
184
280
 
185
281
  # GoGEN (https://www.gogen.cz/)
186
282
  GoGEN:
@@ -206,27 +302,49 @@ Haier:
206
302
  - regex: 'LE55X7000U'
207
303
  model: 'LE55X7000U'
208
304
 
305
+ # Hanseatic
306
+ Hanseatic:
307
+ regex: 'HANSEATIC[;,]'
308
+ device: 'tv'
309
+ models:
310
+ - regex: '_TV_[A-Z0-9]+_([0-9]{4});'
311
+ model: 'Smart TV ($1)'
312
+
209
313
  # Hi-Level
210
314
  Hi-Level:
211
315
  regex: 'HI-LEVEL[;,]'
212
316
  device: 'tv'
213
- model: ''
317
+ models:
318
+ - regex: '_TV_[A-Z0-9]+_([0-9]{4});'
319
+ model: 'Smart TV ($1)'
214
320
 
215
321
  # Hisense
216
322
  Hisense:
217
323
  regex: 'Hisense|Eurofins_Digital_Testing'
218
324
  device: 'tv'
219
325
  models:
326
+ - regex: '32A35EEVS'
327
+ model: '32A35EEVS'
328
+ - regex: '40A35EEVS'
329
+ model: '40A35EEVS'
220
330
  - regex: '50ADEVTOOL'
221
331
  model: '50ADEVTOOL'
332
+ - regex: '50A53FEVS'
333
+ model: '50A53FEVS'
222
334
  - regex: '50A683FEVS'
223
335
  model: '50A683FEVS'
224
336
  - regex: '55A6100EE'
225
337
  model: '55A6100EE'
338
+ - regex: '55A69FEVS'
339
+ model: '55A69FEVS'
226
340
  - regex: '55U62QGAVT'
227
341
  model: '55U62QGAVT'
228
342
  - regex: '50A6502EA'
229
343
  model: '50A6502EA'
344
+ - regex: '50A60GEVS'
345
+ model: '50A60GEVS'
346
+ - regex: '75U9KAAT'
347
+ model: '75U9KAAT'
230
348
  - regex: 'MICALIDVB6886'
231
349
  model: 'MICALIDVB6886'
232
350
  - regex: '(L[A-Z]{2,3}[0-9]{2}[A-Z][0-9]{3,4}[A-Z]{0,6}[0-9]?[A-Z]?)'
@@ -241,12 +359,24 @@ Hitachi:
241
359
  models:
242
360
  - regex: '49D2900'
243
361
  model: '49D2900'
362
+ - regex: '_TV_[A-Z0-9]+_([0-9]{4});'
363
+ model: 'Smart TV ($1)'
364
+
365
+ # HOFER (https://www.hofer.at/)
366
+ HOFER:
367
+ regex: 'HOFER[;,]'
368
+ device: 'tv'
369
+ models:
370
+ - regex: '_TV_[A-Z0-9]+_([0-9]{4});'
371
+ model: 'Smart TV ($1)'
244
372
 
245
373
  # Horizon
246
374
  Horizon:
247
375
  regex: 'HORIZON[;,]'
248
376
  device: 'tv'
249
- model: ''
377
+ models:
378
+ - regex: '_TV_[A-Z0-9]+_([0-9]{4});'
379
+ model: 'Smart TV ($1)'
250
380
 
251
381
  # Hotel
252
382
  Hotel:
@@ -320,6 +450,14 @@ Kalley:
320
450
  - regex: '32D1620'
321
451
  model: '32D1620'
322
452
 
453
+ # Kendo
454
+ Kendo:
455
+ regex: 'KENDO[;,]'
456
+ device: 'tv'
457
+ models:
458
+ - regex: '_TV_[A-Z0-9]+_([0-9]{4});'
459
+ model: 'Smart TV ($1)'
460
+
323
461
  # KUBO
324
462
  KUBO:
325
463
  regex: 'KUBO[;,]'
@@ -330,7 +468,9 @@ KUBO:
330
468
  Laurus:
331
469
  regex: 'LAURUS[;,]'
332
470
  device: 'tv'
333
- model: ''
471
+ models:
472
+ - regex: '_TV_[A-Z0-9]+_([0-9]{4});'
473
+ model: 'Smart TV ($1)'
334
474
 
335
475
  # Aiwa (https://eu-aiwa.com/)
336
476
  Aiwa:
@@ -356,6 +496,22 @@ Dyon:
356
496
  - regex: 'SMART-32-X-EOS'
357
497
  model: 'Smart 32 X-EOS'
358
498
 
499
+ # EAS Electric (https://easelectric.es/)
500
+ EAS Electric:
501
+ regex: 'EAS_ELECTRIC[;,]'
502
+ device: 'tv'
503
+ models:
504
+ - regex: '_TV_[A-Z0-9]+_([0-9]{4});'
505
+ model: 'Smart TV ($1)'
506
+
507
+ # Edenwood
508
+ Edenwood:
509
+ regex: 'EDENWOOD[;,]'
510
+ device: 'tv'
511
+ models:
512
+ - regex: '_TV_[A-Z0-9]+_([0-9]{4});'
513
+ model: 'Smart TV ($1)'
514
+
359
515
  # ONVO (https://onvo.com.tr/)
360
516
  ONVO:
361
517
  regex: '(?:SILICONPLAYER|XianYou)/ONVO'
@@ -392,6 +548,22 @@ Sunny:
392
548
  - regex: '(?:ATMACA|XianYou)/SUNNY;'
393
549
  model: 'Smart TV'
394
550
 
551
+ # Kydos
552
+ Kydos:
553
+ regex: 'KYDOS[;,]'
554
+ device: 'tv'
555
+ models:
556
+ - regex: '_TV_[A-Z0-9]+_([0-9]{4});'
557
+ model: 'Smart TV ($1)'
558
+
559
+ # Skytech (https://skytech.com.tr/)
560
+ Skytech:
561
+ regex: 'LGE/WALTON/SKYTECH'
562
+ device: 'tv'
563
+ models:
564
+ - regex: 'LGE/WALTON/SKYTECH; ([a-z0-9-]+);'
565
+ model: '$1'
566
+
395
567
  # LG
396
568
  LG:
397
569
  regex: 'LGE ?;'
@@ -409,7 +581,7 @@ LG:
409
581
  model: 'KEY0000213F'
410
582
  - regex: 'KEY000000(2E|2F|3B|3F)'
411
583
  model: 'KEY000000$1'
412
- - regex: '(NetCast [0-9]{1}.[0-9]{1}|GLOBAL_PLAT3)'
584
+ - regex: '(NetCast [0-9]{1}\.[0-9]{1}|GLOBAL_PLAT3)'
413
585
  model: '$1'
414
586
  - regex: '(OLED[0-9]{2}[A-Z0-9]{3}[A-Z]{2})'
415
587
  model: '$1'
@@ -423,6 +595,8 @@ LG:
423
595
  model: '$1'
424
596
  - regex: '([0-9]{2}NANO[0-9]{2})'
425
597
  model: '$1'
598
+ - regex: 'LGE;? (?:HOTEL\-TV; )?([0-9]{2}[a-z0-9]{4,9}(?:\-[a-z]{2,3})?)'
599
+ model: '$1'
426
600
  - regex: 'LGE;? ?([0-9]{2}[A-Z]{2}[0-9]{2,4}[A-Z]?)'
427
601
  model: '$1'
428
602
  - regex: 'LGE;? ?([0-9]{2}QNED[0-9]{3}[A-Z]{2})'
@@ -442,16 +616,30 @@ Lifemaxx:
442
616
  Linsar:
443
617
  regex: 'LINSAR[;,]'
444
618
  device: 'tv'
445
- model: ''
619
+ models:
620
+ - regex: '_TV_[A-Z0-9]+_([0-9]{4});'
621
+ model: 'Smart TV ($1)'
446
622
 
447
623
  # Loewe
448
624
  Loewe:
449
625
  regex: 'Loewe'
450
626
  device: 'tv'
451
627
  models:
628
+ - regex: '40A35EEVS'
629
+ model: '40A35EEVS'
630
+ - regex: '50A683FEVS'
631
+ model: '50A683FEVS'
452
632
  - regex: '([A-Z]{2}[0-9]{3})'
453
633
  model: '$1'
454
634
 
635
+ # Logik
636
+ Logik:
637
+ regex: 'DIXONS-LOGIK[;,]'
638
+ device: 'tv'
639
+ models:
640
+ - regex: '_TV_[A-Z0-9]+_([0-9]{4});'
641
+ model: 'Smart TV ($1)'
642
+
455
643
  # Luxor
456
644
  Luxor:
457
645
  regex: 'LUXOR[;,]'
@@ -482,6 +670,14 @@ Medion:
482
670
  - regex: 'MEDION, ([a-z0-9_ \-]+), (?:wired|wireless)'
483
671
  model: ''
484
672
 
673
+ # MEGA VISION
674
+ MEGA VISION:
675
+ regex: 'MEGA_VISION[;,]'
676
+ device: 'tv'
677
+ models:
678
+ - regex: '_TV_[A-Z0-9]+_([0-9]{4});'
679
+ model: 'Smart TV ($1)'
680
+
485
681
  # Miray
486
682
  Miray:
487
683
  regex: 'MIRAY'
@@ -490,6 +686,14 @@ Miray:
490
686
  - regex: 'LEDM-322NIP'
491
687
  model: 'LEDM-322NIP'
492
688
 
689
+ # Mitchell & Brown (https://www.mitchellandbrown.co.uk/)
690
+ 'Mitchell & Brown':
691
+ regex: 'MITCHELL_BROWN[;,]'
692
+ device: 'tv'
693
+ models:
694
+ - regex: '_TV_[A-Z0-9]+_([0-9]{4});'
695
+ model: 'Smart TV ($1)'
696
+
493
697
  # MStar
494
698
  MStar:
495
699
  regex: 'MStar[;,]'
@@ -506,11 +710,37 @@ MTC:
506
710
  - regex: '([24])K_Android_TV_V01'
507
711
  model: '$1K Android TV'
508
712
 
713
+ # NABO (https://www.nabo.at/)
714
+ NABO:
715
+ regex: 'NABO[;,]'
716
+ device: 'tv'
717
+ models:
718
+ - regex: '_TV_[A-Z0-9]+_([0-9]{4});'
719
+ model: 'Smart TV ($1)'
720
+
721
+ # NEXON
722
+ NEXON:
723
+ regex: 'NEXON[;,]'
724
+ device: 'tv'
725
+ models:
726
+ - regex: '_TV_[A-Z0-9]+_([0-9]{4});'
727
+ model: 'Smart TV ($1)'
728
+
509
729
  # NEXT
510
730
  NEXT:
511
731
  regex: 'NEXT[;,]'
512
732
  device: 'tv'
513
- model: ''
733
+ models:
734
+ - regex: '_TV_[A-Z0-9]+_([0-9]{4});'
735
+ model: 'Smart TV ($1)'
736
+
737
+ # Nokia (https://www.nokia.com/)
738
+ Nokia:
739
+ regex: 'NOKIA[;,]'
740
+ device: 'tv'
741
+ models:
742
+ - regex: '_TV_[A-Z0-9]+_([0-9]{4});'
743
+ model: 'Smart TV ($1)'
514
744
 
515
745
  # Nordmende
516
746
  Nordmende:
@@ -528,26 +758,54 @@ Metz:
528
758
  NORMANDE:
529
759
  regex: 'NORMANDE[;,]'
530
760
  device: 'tv'
531
- model: ''
761
+ models:
762
+ - regex: '_TV_[A-Z0-9]+_([0-9]{4});'
763
+ model: 'Smart TV ($1)'
764
+
765
+ # OCEANIC (https://www.oceanic.eu/)
766
+ OCEANIC:
767
+ regex: 'OCEANIC[;,]'
768
+ device: 'tv'
769
+ models:
770
+ - regex: '_TV_[A-Z0-9]+_([0-9]{4});'
771
+ model: 'Smart TV ($1)'
532
772
 
533
773
  # Ok
534
774
  Ok:
535
775
  regex: 'OK[;,]'
536
776
  device: 'tv'
537
- model: ''
777
+ models:
778
+ - regex: '_TV_[A-Z0-9]+_([0-9]{4});'
779
+ model: 'Smart TV ($1)'
780
+
781
+ # Orava (https://www.orava.eu/)
782
+ Orava:
783
+ regex: 'ORAVA[;,]'
784
+ device: 'tv'
785
+ models:
786
+ - regex: '_TV_[A-Z0-9]+_([0-9]{4});'
787
+ model: 'Smart TV ($1)'
538
788
 
539
789
  # Panasonic
540
790
  Panasonic:
541
791
  regex: 'Panasonic'
542
792
  device: 'tv'
543
793
  models:
794
+ - regex: 'TX-50JX700E'
795
+ model: 'TX-50JX700E'
544
796
  - regex: 'VIERA (201[1-9])'
545
797
  model: 'VIERA ($1)'
546
798
  - regex: '(DIGA [A-Z]{1}[0-9]{4})'
547
799
  model: '$1'
548
800
  - regex: 'DIGA Webkit ([A-Z]{1}[0-9]{4})'
549
801
  model: 'DIGA $1'
550
- - regex: 'SmartTV(201[89]|202[0-1])'
802
+ - regex: 'SmartTV(201[89]|202[0-2])'
803
+ model: 'Smart TV ($1)'
804
+ - regex: 'Panasonic\..+\.([0-9]{4})(?:[);/ ]|$)'
805
+ model: 'Smart TV ($1)'
806
+ - regex: 'Panasonic;Viera([0-9]{4});'
807
+ model: 'Smart TV ($1)'
808
+ - regex: '_TV_[A-Z0-9_]+_([0-9]{4});'
551
809
  model: 'Smart TV ($1)'
552
810
 
553
811
  # PEAQ
@@ -561,7 +819,7 @@ Philips:
561
819
  regex: 'Philips|NETTV/'
562
820
  device: 'tv'
563
821
  models:
564
- - regex: 'Philips[,;] ?((?! )[^),;/]+)'
822
+ - regex: '(?:Philips|TPVision)[,;](?: |Philips;)?((?! )[^),;/]+)'
565
823
  model: '$1'
566
824
  - regex: 'NETTV/[0-9\.]{5}'
567
825
  model: 'NetTV Series'
@@ -579,18 +837,32 @@ PROFiLO:
579
837
  models:
580
838
  - regex: 'Profilo[,;] ?((?! |HbbTV|MB130)[^),;/]+)'
581
839
  model: '$1'
840
+ - regex: '_TV_[A-Z0-9]+_([0-9]{4});'
841
+ model: 'Smart TV ($1)'
842
+
843
+ # PROSONIC (https://prosonic.co.in/)
844
+ PROSONIC:
845
+ regex: 'PROSONIC[;,]'
846
+ device: 'tv'
847
+ models:
848
+ - regex: '_TV_[A-Z0-9]+_([0-9]{4});'
849
+ model: 'Smart TV ($1)'
582
850
 
583
851
  # Qilive
584
852
  Qilive:
585
853
  regex: 'QILIVE[;,]'
586
854
  device: 'tv'
587
- model: ''
855
+ models:
856
+ - regex: '_TV_[A-Z0-9]+_([0-9]{4});'
857
+ model: 'Smart TV ($1)'
588
858
 
589
- # REGAL
859
+ # REGAL (https://www.regal-tr.com/)
590
860
  REGAL:
591
861
  regex: 'REGAL[;,]'
592
862
  device: 'tv'
593
- model: ''
863
+ models:
864
+ - regex: '_TV_[A-Z0-9]+_([0-9]{4});'
865
+ model: 'Smart TV ($1)'
594
866
 
595
867
  # Saba
596
868
  Saba:
@@ -602,16 +874,18 @@ Saba:
602
874
  Salora:
603
875
  regex: 'Salora[;,]'
604
876
  device: 'tv'
605
- model: ''
877
+ models:
878
+ - regex: '_TV_[A-Z0-9]+_([0-9]{4});'
879
+ model: 'Smart TV ($1)'
606
880
 
607
881
  # Samsung
608
882
  Samsung:
609
883
  regex: 'Samsung|Maple_2011'
610
884
  device: 'tv'
611
885
  models:
612
- - regex: 'SmartTV(201[2-9]|202[0-1]):([^);/]+)'
886
+ - regex: 'SmartTV(201[2-9]|202[0-4]):([^);/]+)'
613
887
  model: '$2'
614
- - regex: 'SmartTV(201[2-9]|202[0-1])'
888
+ - regex: 'SmartTV(201[2-9]|202[0-4])'
615
889
  model: 'Smart TV ($1)'
616
890
  - regex: 'Maple_2011'
617
891
  model: 'Smart TV (2011)'
@@ -630,7 +904,17 @@ SCBC:
630
904
  SEG:
631
905
  regex: 'SEG[;,]'
632
906
  device: 'tv'
633
- model: ''
907
+ models:
908
+ - regex: '_TV_[A-Z0-9]+_([0-9]{4});'
909
+ model: 'Smart TV ($1)'
910
+
911
+ # SEHMAX
912
+ SEHMAX:
913
+ regex: 'SEHMAX[;,]'
914
+ device: 'tv'
915
+ models:
916
+ - regex: '_TV_[A-Z0-9]+_([0-9]{4});'
917
+ model: 'Smart TV ($1)'
634
918
 
635
919
  # Selevision
636
920
  Selevision:
@@ -653,16 +937,32 @@ Sharp:
653
937
  model: '$1'
654
938
  - regex: '(LE[0-9]{3}[A-Z]{0,3})'
655
939
  model: '$1'
656
- - regex: 'LC-([^);/]+)'
940
+ - regex: 'LC-([^);/,]+)'
657
941
  model: 'LC-$1'
658
942
  - regex: 'BLA-43'
659
943
  model: 'BLA-43'
944
+ - regex: 'UMC_2KAndroidTV_2019'
945
+ model: '2K Android TV'
946
+ - regex: 'UMC_AndroidTV_2021'
947
+ model: 'Android TV'
948
+ - regex: 'UMC_GoogleTV_2019'
949
+ model: 'Google TV'
950
+
951
+ # Silva Schneider (https://www.silva-schneider.at/)
952
+ Silva Schneider:
953
+ regex: 'SILVA_SCHNEIDER[;,]'
954
+ device: 'tv'
955
+ models:
956
+ - regex: '_TV_[A-Z0-9]+_([0-9]{4});'
957
+ model: 'Smart TV ($1)'
660
958
 
661
959
  # Skyworth
662
960
  Skyworth:
663
- regex: 'Sky_worth'
961
+ regex: 'Sky_worth|SWTV[;,]'
664
962
  device: 'tv'
665
963
  models:
964
+ - regex: 'SKWE20E21'
965
+ model: 'SKWE20E21'
666
966
  - regex: 'Sky_worth;([^);/]+)'
667
967
  model: '$1'
668
968
 
@@ -681,27 +981,19 @@ Sony:
681
981
  regex: 'Sony'
682
982
  device: 'tv'
683
983
  models:
684
- - regex: 'KDL-GR1'
685
- model: 'KDL-GR1'
984
+ - regex: '(KDL-GR[12])'
985
+ model: '$1'
686
986
  - regex: 'KDL-GN([56])'
687
987
  model: 'KDL-GN$1'
688
988
  - regex: 'BRAVIA (VH1|4K VH2)'
689
989
  model: 'BRAVIA $1'
690
- - regex: '(KDL?-?[0-9]{2}[A-Z]{1}[0-9]{4}[A-Z]{1})'
990
+ - regex: '(K[DM]L?-?[0-9]{2}[A-Z]{1}[0-9]{4}[A-Z]{1})'
691
991
  model: '$1'
692
- - regex: '(KDL?-?[0-9]{2}[A-Z]{1}[0-9]{3}[A-Z]{1})'
992
+ - regex: '(K[DM]L?-?[0-9]{2}[A-Z]{1}[0-9]{3}[A-Z]{1})'
693
993
  model: '$1'
694
- - regex: '(KDL?-?[0-9]{2}[A-Z]{1,2}[0-9]{1,5})'
994
+ - regex: '(K[DM]L?-?[0-9]{2}[A-Z]{1,2}[0-9]{1,5})'
695
995
  model: '$1'
696
996
 
697
- # SWTV
698
- SWTV:
699
- regex: 'SWTV[;,]'
700
- device: 'tv'
701
- models:
702
- - regex: 'SKWE20E21'
703
- model: 'SKWE20E21'
704
-
705
997
  # TD Systems
706
998
  'TD Systems':
707
999
  regex: 'TDSystems[;,]'
@@ -722,7 +1014,9 @@ Technicolor:
722
1014
  Technika:
723
1015
  regex: 'TECHNIKA[;,]'
724
1016
  device: 'tv'
725
- model: ''
1017
+ models:
1018
+ - regex: '_TV_[A-Z0-9]+_([0-9]{4});'
1019
+ model: 'Smart TV ($1)'
726
1020
 
727
1021
  # TechniSat
728
1022
  TechniSat:
@@ -792,6 +1086,14 @@ TOKYO:
792
1086
  - regex: 'TOKTCLED32S'
793
1087
  model: 'TOKTCLED32S'
794
1088
 
1089
+ # Turbo-X
1090
+ Turbo-X:
1091
+ regex: 'TURBO-X[;,]'
1092
+ device: 'tv'
1093
+ models:
1094
+ - regex: '_TV_[A-Z0-9]+_([0-9]{4});'
1095
+ model: 'Smart TV ($1)'
1096
+
795
1097
  # Toshiba
796
1098
  Toshiba:
797
1099
  regex: '(?:Amazon.+)?Toshiba'
@@ -804,6 +1106,22 @@ Toshiba:
804
1106
  - regex: 'Amazon.+Toshiba-([a-z0-9_ \-]+)_Build_'
805
1107
  model: '$1'
806
1108
 
1109
+ # Tsinghua Tongfang
1110
+ Tsinghua Tongfang:
1111
+ regex: 'THTF_CVTE[;,]'
1112
+ device: 'tv'
1113
+ models:
1114
+ - regex: 'LE40GY15'
1115
+ model: 'LE40GY15'
1116
+
1117
+ # VANGUARD
1118
+ VANGUARD:
1119
+ regex: 'VANGUARD[;,]'
1120
+ device: 'tv'
1121
+ models:
1122
+ - regex: '_TV_[A-Z0-9]+_([0-9]{4});'
1123
+ model: 'Smart TV ($1)'
1124
+
807
1125
  # Videoweb
808
1126
  Videoweb:
809
1127
  regex: 'videoweb|tv2n'
@@ -818,13 +1136,45 @@ Videoweb:
818
1136
  VOX:
819
1137
  regex: 'VOX[;,]'
820
1138
  device: 'tv'
821
- model: ''
1139
+ models:
1140
+ - regex: '_TV_[A-Z0-9]+_([0-9]{4});'
1141
+ model: 'Smart TV ($1)'
1142
+
1143
+ # Walker
1144
+ Walker:
1145
+ regex: 'WALKER[;,]'
1146
+ device: 'tv'
1147
+ models:
1148
+ - regex: '_TV_[A-Z0-9]+_([0-9]{4});'
1149
+ model: 'Smart TV ($1)'
1150
+
1151
+ # We. by Loewe. (https://we-by-loewe.com/)
1152
+ We. by Loewe.:
1153
+ regex: 'WeByLoewe[;,]'
1154
+ device: 'tv'
1155
+ models:
1156
+ - regex: '40A35EEVS'
1157
+ model: '40A35EEVS'
1158
+ - regex: '43A71FEVS'
1159
+ model: '43A71FEVS'
1160
+ - regex: '50A683FEVS'
1161
+ model: '50A683FEVS'
822
1162
 
823
1163
  # WELLINGTON
824
1164
  WELLINGTON:
825
1165
  regex: 'WELLINGTON[;,]'
826
1166
  device: 'tv'
827
- model: ''
1167
+ models:
1168
+ - regex: '_TV_[A-Z0-9]+_([0-9]{4});'
1169
+ model: 'Smart TV ($1)'
1170
+
1171
+ # WONDER
1172
+ WONDER:
1173
+ regex: 'WONDER[;,]'
1174
+ device: 'tv'
1175
+ models:
1176
+ - regex: '_TV_[A-Z0-9]+_([0-9]{4});'
1177
+ model: 'Smart TV ($1)'
828
1178
 
829
1179
  # X.Vision
830
1180
  X.Vision:
@@ -834,9 +1184,11 @@ X.Vision:
834
1184
 
835
1185
  # Vestel
836
1186
  Vestel:
837
- regex: '(?:Vestel.+VESTEL|VESTEL;)'
1187
+ regex: '(?:Vestel.+VESTEL|(?:BBC_CUSTOMERS|VESTEL)[;,])'
838
1188
  device: 'tv'
839
- model: ''
1189
+ models:
1190
+ - regex: '_TV_[A-Z0-9]+_([0-9]{4});'
1191
+ model: 'Smart TV ($1)'
840
1192
 
841
1193
  # Arçelik
842
1194
  Arçelik:
@@ -844,6 +1196,14 @@ Arçelik:
844
1196
  device: 'tv'
845
1197
  model: ''
846
1198
 
1199
+ # XGEM
1200
+ XGEM:
1201
+ regex: 'XGEM[;,]'
1202
+ device: 'tv'
1203
+ models:
1204
+ - regex: 'XGEM[;,] ?([a-z0-9]+)(?:[);/ ]|$)'
1205
+ model: '$1'
1206
+
847
1207
  # Xiaomi
848
1208
  Xiaomi:
849
1209
  regex: 'Amazon.+Xiaomi'
@@ -856,6 +1216,8 @@ Xiaomi:
856
1216
 
857
1217
  # Unknown
858
1218
  Unknown:
859
- regex: 'OEM, ([a-z0-9_ \-]+), (?:wired|wireless)'
1219
+ regex: 'OEM, ([a-z0-9_ \-]+), (?:wired|wireless)|_TV_[A-Z0-9]+_([0-9]{4});'
860
1220
  device: 'tv'
861
- model: ''
1221
+ models:
1222
+ - regex: '_TV_[A-Z0-9]+_([0-9]{4});'
1223
+ model: 'Smart TV ($1)'