USB-Meter / USB Meter / Templates / ChargedDeviceTemplates.json
Newer Older
191 lines | 5.207kb
Bogdan Timofte authored a month ago
1
{
2
  "templates": [
3
    {
4
      "id": "apple-iphone",
5
      "name": "iPhone",
6
      "group": "Apple",
7
      "kind": "device",
8
      "deviceClass": "iphone",
9
      "icon": {
10
        "type": "systemSymbol",
11
        "name": "iphone",
12
        "fallbackSystemName": "smartphone"
13
      },
14
      "chargingStateAvailability": "onOrOff",
15
      "supportsWiredCharging": true,
16
      "supportsWirelessCharging": true,
17
      "wirelessChargingProfile": "magsafe",
18
      "sortOrder": 10
19
    },
20
    {
21
      "id": "apple-ipad",
22
      "name": "iPad",
23
      "group": "Apple",
24
      "kind": "device",
25
      "deviceClass": "iphone",
26
      "icon": {
27
        "type": "systemSymbol",
28
        "name": "ipad",
29
        "fallbackSystemName": "rectangle"
30
      },
31
      "chargingStateAvailability": "onOrOff",
32
      "supportsWiredCharging": true,
33
      "supportsWirelessCharging": false,
34
      "wirelessChargingProfile": "genericQi",
35
      "sortOrder": 20
36
    },
37
    {
38
      "id": "apple-watch",
39
      "name": "Apple Watch",
40
      "group": "Apple",
41
      "kind": "device",
42
      "deviceClass": "watch",
43
      "icon": {
44
        "type": "systemSymbol",
45
        "name": "applewatch",
46
        "fallbackSystemName": "watch.analog"
47
      },
48
      "chargingStateAvailability": "onOnly",
49
      "supportsWiredCharging": false,
50
      "supportsWirelessCharging": true,
51
      "wirelessChargingProfile": "genericQi",
52
      "sortOrder": 30
53
    },
54
    {
55
      "id": "apple-airpods",
56
      "name": "AirPods",
57
      "group": "Apple",
58
      "kind": "device",
59
      "deviceClass": "other",
60
      "icon": {
61
        "type": "systemSymbol",
62
        "name": "airpods",
63
        "fallbackSystemName": "earbuds.case"
64
      },
65
      "chargingStateAvailability": "onOnly",
66
      "supportsWiredCharging": true,
67
      "supportsWirelessCharging": true,
68
      "wirelessChargingProfile": "genericQi",
69
      "sortOrder": 40
70
    },
71
    {
72
      "id": "generic-phone",
73
      "name": "Phone",
74
      "group": "Generic",
75
      "kind": "device",
76
      "deviceClass": "iphone",
77
      "icon": {
78
        "type": "systemSymbol",
79
        "name": "smartphone",
80
        "fallbackSystemName": "rectangle.portrait"
81
      },
82
      "chargingStateAvailability": "onOrOff",
83
      "supportsWiredCharging": true,
84
      "supportsWirelessCharging": true,
85
      "wirelessChargingProfile": "genericQi",
86
      "sortOrder": 110
87
    },
88
    {
89
      "id": "generic-tablet",
90
      "name": "Tablet",
91
      "group": "Generic",
92
      "kind": "device",
93
      "deviceClass": "other",
94
      "icon": {
95
        "type": "systemSymbol",
96
        "name": "rectangle",
97
        "fallbackSystemName": "rectangle"
98
      },
99
      "chargingStateAvailability": "onOrOff",
100
      "supportsWiredCharging": true,
101
      "supportsWirelessCharging": false,
102
      "wirelessChargingProfile": "genericQi",
103
      "sortOrder": 120
104
    },
105
    {
106
      "id": "generic-watch",
107
      "name": "Watch",
108
      "group": "Generic",
109
      "kind": "device",
110
      "deviceClass": "watch",
111
      "icon": {
112
        "type": "systemSymbol",
113
        "name": "watch.analog",
114
        "fallbackSystemName": "clock"
115
      },
116
      "chargingStateAvailability": "onOnly",
117
      "supportsWiredCharging": false,
118
      "supportsWirelessCharging": true,
119
      "wirelessChargingProfile": "genericQi",
120
      "sortOrder": 130
121
    },
122
    {
123
      "id": "generic-laptop",
124
      "name": "Laptop",
125
      "group": "Generic",
126
      "kind": "device",
127
      "deviceClass": "other",
128
      "icon": {
129
        "type": "systemSymbol",
130
        "name": "laptopcomputer",
131
        "fallbackSystemName": "display"
132
      },
133
      "chargingStateAvailability": "onOrOff",
134
      "supportsWiredCharging": true,
135
      "supportsWirelessCharging": false,
136
      "wirelessChargingProfile": "genericQi",
137
      "sortOrder": 140
138
    },
139
    {
140
      "id": "generic-powerbank",
141
      "name": "Powerbank",
142
      "group": "Generic",
143
      "kind": "device",
144
      "deviceClass": "powerbank",
145
      "icon": {
146
        "type": "systemSymbol",
147
        "name": "battery.100.bolt",
148
        "fallbackSystemName": "battery.100.bolt"
149
      },
150
      "chargingStateAvailability": "offOnly",
151
      "supportsWiredCharging": true,
152
      "supportsWirelessCharging": false,
153
      "wirelessChargingProfile": "genericQi",
154
      "sortOrder": 150
155
    },
156
    {
157
      "id": "generic-audio-accessory",
158
      "name": "Audio Accessory",
159
      "group": "Generic",
160
      "kind": "device",
161
      "deviceClass": "other",
162
      "icon": {
163
        "type": "systemSymbol",
164
        "name": "earbuds.case",
165
        "fallbackSystemName": "headphones"
166
      },
167
      "chargingStateAvailability": "onOnly",
168
      "supportsWiredCharging": true,
169
      "supportsWirelessCharging": true,
170
      "wirelessChargingProfile": "genericQi",
171
      "sortOrder": 160
172
    },
173
    {
174
      "id": "generic-device",
175
      "name": "Other Device",
176
      "group": "Generic",
177
      "kind": "device",
178
      "deviceClass": "other",
179
      "icon": {
180
        "type": "systemSymbol",
181
        "name": "shippingbox",
182
        "fallbackSystemName": "shippingbox"
183
      },
184
      "chargingStateAvailability": "onOnly",
185
      "supportsWiredCharging": true,
186
      "supportsWirelessCharging": false,
187
      "wirelessChargingProfile": "genericQi",
188
      "sortOrder": 170
189
    }
190
  ]
Bogdan Timofte authored a month ago
191
}