forked from AstralSightStudios/AstroBox-Repo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevices.json5
More file actions
125 lines (125 loc) · 2.44 KB
/
Copy pathdevices.json5
File metadata and controls
125 lines (125 loc) · 2.44 KB
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
{
M2345B1: {
name: "Xiaomi Smart Band 9",
codename: "n66",
chip: "bes",
fetch: false,
},
M2346B1: {
// nfc版无特别特性 因此与普通版一视同仁
name: "Xiaomi Smart Band 9",
codename: "n66",
chip: "bes",
fetch: false,
},
M2401B1: {
name: "Xiaomi Smart Band 9 Pro",
codename: "n67",
chip: "bes",
fetch: true,
},
M2402B1: {
name: "Xiaomi Smart Band 9 Pro", // 国际版
codename: "n67",
chip: "bes",
fetch: true,
},
M2457B1: {
name: "Xiaomi Smart Band 10",
codename: "o66",
chip: "bes",
fetch: false,
},
M2456B1: {
name: "Xiaomi Smart Band 10 NFC",
codename: "o66nfc", // nfc版支持录音 与普通版区分
chip: "bes",
fetch: false,
},
M2313W1: {
name: "Xiaomi Watch S3 系列",
codename: "n62",
chip: "bes",
fetch: true,
},
M2311W1: {
name: "Xiaomi Watch S3 系列",
codename: "n62", // eSIM版无特别特性 一视同仁
chip: "bes",
fetch: true,
},
M2323W1: {
name: "Xiaomi Watch S3 系列", // 国际版
codename: "n62",
chip: "bes",
fetch: true,
},
M2425W1: {
name: "Xiaomi Watch S4 系列",
codename: "o62",
chip: "bes",
fetch: true,
},
M2424W1: {
// S4 eSIM
name: "Xiaomi Watch S4 系列",
codename: "o62",
chip: "bes",
fetch: true,
},
M2426W1: {
name: "Xiaomi Watch S4 15周年纪念版", // 15周年纪念版
codename: "o62m",
chip: "xring",
fetch: true,
},
M2312W1: {
name: "Xiaomi Watch S4 系列",
codename: "o62", // Sport版无特别特性,当成普通S4看待
chip: "bes",
fetch: true,
},
M2502W1: {
name: "Xiaomi Watch S4 系列", // S4 41mm 无特别特性 当成普通S4看待
codename: "o62",
chip: "bes",
fetch: true,
},
M2427W1: {
name: "REDMI Watch 5",
codename: "o65",
chip: "bes",
fetch: true,
},
M2428W1: {
name: "REDMI Watch 5 eSIM",
codename: "o65m",
chip: "xring",
fetch: true,
},
M2523W1: {
name: "REDMI Watch 6",
codename: "p65",
chip: "bes",
fetch: true,
},
M2530W1: {
name: "Xiaomi Watch S5 系列",
codename: "p62",
chip: "bes",
fetch: true,
},
M2517W1: {
// S5 eSIM
name: "Xiaomi Watch S5 系列",
codename: "p62",
chip: "bes",
fetch: true,
},
M2553B1: {
name: "Xiaomi Smart Band 10 Pro",
codename: "p67",
chip: "bes",
fetch: false,
},
}