-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathairpods.json
66 lines (66 loc) · 1.57 KB
/
airpods.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
[
{
"Generation": "AirPods (1st generation)",
"ANumber": [ "A1523", "A1722", "A1602" ],
"FCCID": [ "BCG-A1523", "BCG-A1722" ],
"InternalName": "B188AP",
"Identifier": "AirPods1,1",
"Models": [
{
"Model": [ "MMEF2" ]
}
]
},
{
"Generation": "AirPods (2nd generation)",
"ANumber": [ "A2031", "A2032", "A1938" ],
"FCCID": [ "BCG-A2031", "BCG-A2032" ],
"InternalName": "B288AP",
"Identifier": [ "AirPods2,1", "AirPods2,1" ],
"Models": [
{
"Model": [ "MRXJ2", "MV7N2", "MR8U2" ]
}
]
},
{
"Generation": "AirPods (3rd generation)",
"ANumber": [ "A2564", "A2565", "A2566" ],
"FCCID": [ "BCG-A2564", "BCG-A2565" ],
"InternalName": "B688AP",
"Identifier": [ "AirPods1,3", "Audio2,1" ],
"Models": []
},
{
"Generation": "AirPods Pro",
"ANumber": [ "A2083", "A2084", "A2190" ],
"FCCID": [ "BCG-A2083", "BCG-A2084" ],
"InternalName": "B298AP",
"Identifier": [ "AirPods2,2", "AirPodsPro1,1", "iProd8,1" ],
"Models": [
{
"Model": [ "MWP22" ]
}
]
},
{
"Generation": "AirPods Pro (2nd generation)",
"ANumber": [ "A2699", "A2698", "A2700" ],
"FCCID": [ ],
"InternalName": "B698AP",
"Identifier": "AirPodsPro1,2",
"Models": [ ]
},
{
"Generation": "AirPods Max",
"ANumber": [ "A2096" ],
"FCCID": [ "BCG-A2096" ],
"InternalName": "B515AP",
"Identifier": [ "AirPodsMax1,1", "iProd8,6" ],
"Models": [
{
"Model": [ "MGYH3", "MGYJ3", "MGYL3", "MGYM3", "MGYN3" ]
}
]
}
]