generated from homebridge/homebridge-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtvApps.ts
98 lines (98 loc) · 1.25 KB
/
tvApps.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
export const Apps: { name: string, ids: string[] }[] = [
{
name: 'Netflix',
ids: [
'11101200001',
'3201907018807',
],
},
{
name: 'YouTube',
ids: [
'111299001912',
'111299001912',
],
},
{
name: 'YouTubeTV',
ids: [
'3201707014489',
],
},
{
name: 'Prime Video',
ids: [
'3201512006785',
'3201910019365',
],
},
{
name: 'Disney+',
ids: [
'3201901017640',
'3201901017640',
],
},
{
name: 'Apple TV',
ids: [
'3201807016597',
],
},
{
name: 'Apple Music',
ids: [
'3201908019041',
],
},
{
name: 'Amazon Music',
ids: [
'3201710014874',
],
},
{
name: 'Spotify',
ids: [
'3201606009684',
'3201606009684',
],
},
{
name: 'Deezer',
ids: [
'3201608010191',
],
},
{
name: 'Steam Link',
ids: [
'3201702011851',
],
},
{
name: 'Eurosport Player',
ids: [
'3201703012079',
'3201703012079',
],
},
{
name: 'EduPedia',
ids: [
'3201608010385',
],
},
{
name: 'ARTE',
ids: [
'3202011022316',
],
},
{
name: 'Twitch',
ids: [
'3202203026841',
],
},
];