-
Notifications
You must be signed in to change notification settings - Fork 44
/
apple_tv.json
125 lines (125 loc) · 2.54 KB
/
apple_tv.json
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
[
{
"Generation": "Apple TV (1st generation)",
"ANumber": "A1218",
"Bootrom": "None",
"Identifier": "AppleTV1,1",
"Models": [
{
"Color": "Silver",
"Storage": "40 GB",
"Model": [ "MA711" ]
},
{
"Color": "Silver",
"Storage": "160 GB",
"Model": [ "MB189" ]
}
]
},
{
"Generation": "Apple TV (2nd generation)",
"ANumber": "A1378",
"Bootrom": "Bootrom 574.4",
"FCCID": "BCGA1378",
"InternalName": "K66AP",
"Identifier": "AppleTV2,1",
"Models": [
{
"Color": "Black",
"Storage": "8 GB",
"Model": [ "MC572" ]
}
]
},
{
"Generation": "Apple TV (3rd generation)",
"ANumber": "A1427",
"Bootrom": "ROM",
"FCCID": "BCGA1427",
"InternalName": "J33AP",
"Identifier": "AppleTV3,1",
"Models": [
{
"Color": "Black",
"Storage": "8 GB",
"Model": [ "MD199" ]
}
]
},
{
"Generation": "Apple TV (3rd generation)",
"ANumber": "A1469",
"Bootrom": "Bootrom 1458.2",
"FCCID": "BCGA1469",
"InternalName": "J33IAP",
"Identifier": "AppleTV3,2",
"Models": [
{
"Color": "Black",
"Storage": "8 GB",
"Model": [ "MD199" ]
}
]
},
{
"Generation": "Apple TV (4th generation)",
"ANumber": "A1625",
"Bootrom": "Bootrom 1992.0.0.1.19",
"FCCID": "BCGA1625",
"InternalName": "J42dAP",
"Identifier": "AppleTV5,3",
"Models": [
{
"Color": "Black",
"Storage": "32 GB",
"Model": [ "MGY52", "ML4W2", "MR912" ]
},
{
"Color": "Black",
"Storage": "64 GB",
"Model": [ "MLNC2" ]
}
]
},
{
"Generation": "Apple TV 4K",
"ANumber": "A1842",
"Bootrom": "Bootrom 3135.0.0.2.3",
"FCCID": "BCGA1842",
"InternalName": "J105aAP",
"Identifier": "AppleTV6,2",
"Models": [
{
"Color": "Black",
"Storage": "32 GB",
"Model": [ "MQD22" ]
},
{
"Color": "Black",
"Storage": "64 GB",
"Model": [ "MP7P2" ]
}
]
},
{
"Generation": "Apple TV 4K (2nd generation)",
"ANumber": "A2169",
"Bootrom": "Bootrom 3865.0.0.4.7",
"FCCID": "BCGA2169",
"InternalName": "J305AP",
"Identifier": "AppleTV11,1",
"Models": [
{
"Color": "Black",
"Storage": "32 GB",
"Model": [ "MXGY2" ]
},
{
"Color": "Black",
"Storage": "64 GB",
"Model": [ "MXH02" ]
}
]
}
]