device_detector 1.0.6 → 1.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -0
- data/README.md +5 -5
- data/lib/device_detector/device.rb +82 -3
- data/lib/device_detector/os.rb +4 -2
- data/lib/device_detector/parser.rb +1 -1
- data/lib/device_detector/version.rb +1 -1
- data/lib/device_detector/version_extractor.rb +20 -1
- data/regexes/bots.yml +49 -6
- data/regexes/client/browsers.yml +170 -16
- data/regexes/client/libraries.yml +20 -1
- data/regexes/client/mediaplayers.yml +2 -2
- data/regexes/client/mobile_apps.yml +447 -13
- data/regexes/client/pim.yml +16 -1
- data/regexes/device/consoles.yml +7 -1
- data/regexes/device/mobiles.yml +3169 -912
- data/regexes/device/portable_media_player.yml +16 -6
- data/regexes/oss.yml +380 -467
- metadata +3 -164
- data/.gitignore +0 -14
- data/.rubocop.yml +0 -49
- data/.ruby-version +0 -1
- data/.travis.yml +0 -14
- data/Gemfile +0 -8
- data/Rakefile +0 -86
- data/device_detector.gemspec +0 -27
- data/spec/device_detector/bot_fixtures_spec.rb +0 -30
- data/spec/device_detector/client_fixtures_spec.rb +0 -31
- data/spec/device_detector/concrete_user_agent_spec.rb +0 -123
- data/spec/device_detector/detector_fixtures_spec.rb +0 -99
- data/spec/device_detector/device_fixtures_spec.rb +0 -36
- data/spec/device_detector/device_spec.rb +0 -147
- data/spec/device_detector/memory_cache_spec.rb +0 -148
- data/spec/device_detector/model_extractor_spec.rb +0 -63
- data/spec/device_detector/os_fixtures_spec.rb +0 -26
- data/spec/device_detector/version_extractor_spec.rb +0 -79
- data/spec/device_detector_spec.rb +0 -189
- data/spec/fixtures/client/browser.yml +0 -3935
- data/spec/fixtures/client/feed_reader.yml +0 -187
- data/spec/fixtures/client/library.yml +0 -253
- data/spec/fixtures/client/mediaplayer.yml +0 -193
- data/spec/fixtures/client/mobile_app.yml +0 -703
- data/spec/fixtures/client/pim.yml +0 -175
- data/spec/fixtures/detector/bots.yml +0 -4434
- data/spec/fixtures/detector/camera.yml +0 -127
- data/spec/fixtures/detector/car_browser.yml +0 -217
- data/spec/fixtures/detector/console.yml +0 -343
- data/spec/fixtures/detector/desktop.yml +0 -7580
- data/spec/fixtures/detector/feature_phone.yml +0 -1597
- data/spec/fixtures/detector/feed_reader.yml +0 -524
- data/spec/fixtures/detector/mediaplayer.yml +0 -306
- data/spec/fixtures/detector/mobile_apps.yml +0 -1233
- data/spec/fixtures/detector/peripheral.yml +0 -271
- data/spec/fixtures/detector/phablet.yml +0 -7366
- data/spec/fixtures/detector/portable_media_player.yml +0 -527
- data/spec/fixtures/detector/smart_display.yml +0 -235
- data/spec/fixtures/detector/smart_speaker.yml +0 -60
- data/spec/fixtures/detector/smartphone-1.yml +0 -9622
- data/spec/fixtures/detector/smartphone-10.yml +0 -8981
- data/spec/fixtures/detector/smartphone-11.yml +0 -8938
- data/spec/fixtures/detector/smartphone-12.yml +0 -8989
- data/spec/fixtures/detector/smartphone-13.yml +0 -9412
- data/spec/fixtures/detector/smartphone-14.yml +0 -9477
- data/spec/fixtures/detector/smartphone-15.yml +0 -9281
- data/spec/fixtures/detector/smartphone-16.yml +0 -9678
- data/spec/fixtures/detector/smartphone-17.yml +0 -9965
- data/spec/fixtures/detector/smartphone-18.yml +0 -9806
- data/spec/fixtures/detector/smartphone-19.yml +0 -9965
- data/spec/fixtures/detector/smartphone-2.yml +0 -12242
- data/spec/fixtures/detector/smartphone-20.yml +0 -9710
- data/spec/fixtures/detector/smartphone-21.yml +0 -8693
- data/spec/fixtures/detector/smartphone-22.yml +0 -10178
- data/spec/fixtures/detector/smartphone-23.yml +0 -9453
- data/spec/fixtures/detector/smartphone-24.yml +0 -9843
- data/spec/fixtures/detector/smartphone-25.yml +0 -9703
- data/spec/fixtures/detector/smartphone-26.yml +0 -10007
- data/spec/fixtures/detector/smartphone-27.yml +0 -4927
- data/spec/fixtures/detector/smartphone-3.yml +0 -9909
- data/spec/fixtures/detector/smartphone-4.yml +0 -8954
- data/spec/fixtures/detector/smartphone-5.yml +0 -8981
- data/spec/fixtures/detector/smartphone-6.yml +0 -8948
- data/spec/fixtures/detector/smartphone-7.yml +0 -8975
- data/spec/fixtures/detector/smartphone-8.yml +0 -9810
- data/spec/fixtures/detector/smartphone-9.yml +0 -8925
- data/spec/fixtures/detector/smartphone.yml +0 -9001
- data/spec/fixtures/detector/tablet-1.yml +0 -10155
- data/spec/fixtures/detector/tablet-2.yml +0 -9064
- data/spec/fixtures/detector/tablet-3.yml +0 -9035
- data/spec/fixtures/detector/tablet-4.yml +0 -9062
- data/spec/fixtures/detector/tablet-5.yml +0 -9273
- data/spec/fixtures/detector/tablet-6.yml +0 -4588
- data/spec/fixtures/detector/tablet.yml +0 -8979
- data/spec/fixtures/detector/tv-1.yml +0 -2501
- data/spec/fixtures/detector/tv.yml +0 -10045
- data/spec/fixtures/detector/unknown.yml +0 -3071
- data/spec/fixtures/detector/wearable.yml +0 -915
- data/spec/fixtures/device/camera.yml +0 -19
- data/spec/fixtures/device/car_browser.yml +0 -13
- data/spec/fixtures/device/console.yml +0 -79
- data/spec/fixtures/device/notebook.yml +0 -7
- data/spec/fixtures/parser/oss.yml +0 -2418
- data/spec/fixtures/parser/vendorfragments.yml +0 -168
- data/spec/spec_helper.rb +0 -9
@@ -1,527 +0,0 @@
|
|
1
|
-
---
|
2
|
-
-
|
3
|
-
user_agent: Mozilla/5.0 (iPod; U; CPU iPhone OS 4_2_1 like Mac OS X; ja-jp) AppleWebKit/533.17.9 (KHTML, like Gecko) Mobile/8C148
|
4
|
-
os:
|
5
|
-
name: iOS
|
6
|
-
version: "4.2.1"
|
7
|
-
platform: ""
|
8
|
-
client:
|
9
|
-
type: browser
|
10
|
-
name: Mobile Safari
|
11
|
-
version: ""
|
12
|
-
engine: WebKit
|
13
|
-
engine_version: "533.17.9"
|
14
|
-
device:
|
15
|
-
type: portable media player
|
16
|
-
brand: Apple
|
17
|
-
model: iPod Touch
|
18
|
-
os_family: iOS
|
19
|
-
browser_family: Safari
|
20
|
-
-
|
21
|
-
user_agent: Mozilla/5.0 (iPod; U; CPU iPhone OS 4_3_0 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Mobile/4B2086
|
22
|
-
os:
|
23
|
-
name: iOS
|
24
|
-
version: "4.3.0"
|
25
|
-
platform: ""
|
26
|
-
client:
|
27
|
-
type: browser
|
28
|
-
name: Mobile Safari
|
29
|
-
version: ""
|
30
|
-
engine: WebKit
|
31
|
-
engine_version: "533.17.9"
|
32
|
-
device:
|
33
|
-
type: portable media player
|
34
|
-
brand: Apple
|
35
|
-
model: iPod Touch
|
36
|
-
os_family: iOS
|
37
|
-
browser_family: Safari
|
38
|
-
-
|
39
|
-
user_agent: Mozilla/5.0 (iPod touch; CPU iPhone OS 9_3_5 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13G36 Instagram 9.7.0 (iPod5,1; iPhone OS
|
40
|
-
os:
|
41
|
-
name: iOS
|
42
|
-
version: "9.3.5"
|
43
|
-
platform: ""
|
44
|
-
client:
|
45
|
-
type: mobile app
|
46
|
-
name: Instagram App
|
47
|
-
version: "9.7.0"
|
48
|
-
device:
|
49
|
-
type: portable media player
|
50
|
-
brand: Apple
|
51
|
-
model: iPod Touch 5
|
52
|
-
os_family: iOS
|
53
|
-
browser_family: Unknown
|
54
|
-
-
|
55
|
-
user_agent: Mozilla/5.0 (Linux; U; Android 2.3; fr-fr; COWON D3 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1
|
56
|
-
os:
|
57
|
-
name: Android
|
58
|
-
version: "2.3"
|
59
|
-
platform: ""
|
60
|
-
client:
|
61
|
-
type: browser
|
62
|
-
name: Android Browser
|
63
|
-
version: ""
|
64
|
-
engine: WebKit
|
65
|
-
engine_version: "533.1"
|
66
|
-
device:
|
67
|
-
type: portable media player
|
68
|
-
brand: Cowon
|
69
|
-
model: D3
|
70
|
-
os_family: Android
|
71
|
-
browser_family: Android Browser
|
72
|
-
-
|
73
|
-
user_agent: Mozilla/5.0 (Linux; U; Android 2.3.5; fr-fr; COWON Z2 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1
|
74
|
-
os:
|
75
|
-
name: Android
|
76
|
-
version: "2.3.5"
|
77
|
-
platform: ""
|
78
|
-
client:
|
79
|
-
type: browser
|
80
|
-
name: Android Browser
|
81
|
-
version: ""
|
82
|
-
engine: WebKit
|
83
|
-
engine_version: "533.1"
|
84
|
-
device:
|
85
|
-
type: portable media player
|
86
|
-
brand: Cowon
|
87
|
-
model: Z2
|
88
|
-
os_family: Android
|
89
|
-
browser_family: Android Browser
|
90
|
-
-
|
91
|
-
user_agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 6.12; Microsoft ZuneHD 4.3)
|
92
|
-
os:
|
93
|
-
name: Windows CE
|
94
|
-
version: ""
|
95
|
-
platform: ""
|
96
|
-
client:
|
97
|
-
type: browser
|
98
|
-
name: IE Mobile
|
99
|
-
version: "6.12"
|
100
|
-
engine: Trident
|
101
|
-
engine_version: ""
|
102
|
-
device:
|
103
|
-
type: portable media player
|
104
|
-
brand: Microsoft
|
105
|
-
model: Zune HD
|
106
|
-
os_family: Windows Mobile
|
107
|
-
browser_family: Internet Explorer
|
108
|
-
-
|
109
|
-
user_agent: Mozilla/5.0 (Linux; U; Android 2.1-update1; ja-jp; Panasonic SV-MV100 Build/ERE27) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17
|
110
|
-
os:
|
111
|
-
name: Android
|
112
|
-
version: "2.1"
|
113
|
-
platform: ""
|
114
|
-
client:
|
115
|
-
type: browser
|
116
|
-
name: Android Browser
|
117
|
-
version: ""
|
118
|
-
engine: WebKit
|
119
|
-
engine_version: "530.17"
|
120
|
-
device:
|
121
|
-
type: portable media player
|
122
|
-
brand: Panasonic
|
123
|
-
model: SV-MV100
|
124
|
-
os_family: Android
|
125
|
-
browser_family: Android Browser
|
126
|
-
-
|
127
|
-
user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; ko-kr; YP-GB1 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1
|
128
|
-
os:
|
129
|
-
name: Android
|
130
|
-
version: "2.3.6"
|
131
|
-
platform: ""
|
132
|
-
client:
|
133
|
-
type: browser
|
134
|
-
name: Android Browser
|
135
|
-
version: ""
|
136
|
-
engine: WebKit
|
137
|
-
engine_version: "533.1"
|
138
|
-
device:
|
139
|
-
type: portable media player
|
140
|
-
brand: Samsung
|
141
|
-
model: Galaxy Player 4.0
|
142
|
-
os_family: Android
|
143
|
-
browser_family: Android Browser
|
144
|
-
-
|
145
|
-
user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6; it-it; YP-GI1 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1
|
146
|
-
os:
|
147
|
-
name: Android
|
148
|
-
version: "2.3.6"
|
149
|
-
platform: ""
|
150
|
-
client:
|
151
|
-
type: browser
|
152
|
-
name: Android Browser
|
153
|
-
version: ""
|
154
|
-
engine: WebKit
|
155
|
-
engine_version: "533.1"
|
156
|
-
device:
|
157
|
-
type: portable media player
|
158
|
-
brand: Samsung
|
159
|
-
model: Galaxy Player 4.2
|
160
|
-
os_family: Android
|
161
|
-
browser_family: Android Browser
|
162
|
-
-
|
163
|
-
user_agent: Mozilla/5.0 (Linux; Android 5.1.1; HMT390Q) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.62 Safari/537.36
|
164
|
-
os:
|
165
|
-
name: Android
|
166
|
-
version: "5.1.1"
|
167
|
-
platform: ""
|
168
|
-
client:
|
169
|
-
type: browser
|
170
|
-
name: Chrome
|
171
|
-
version: "78.0.3904.62"
|
172
|
-
engine: Blink
|
173
|
-
engine_version: ""
|
174
|
-
device:
|
175
|
-
type: portable media player
|
176
|
-
brand: Xoro
|
177
|
-
model: HMT 390Q
|
178
|
-
os_family: Android
|
179
|
-
browser_family: Chrome
|
180
|
-
-
|
181
|
-
user_agent: Mozilla/5.0 (Linux; Android 4.4.2; HMT400 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Safari/537.36
|
182
|
-
os:
|
183
|
-
name: Android
|
184
|
-
version: "4.4.2"
|
185
|
-
platform: ""
|
186
|
-
client:
|
187
|
-
type: browser
|
188
|
-
name: Chrome Webview
|
189
|
-
version: "30.0.0.0"
|
190
|
-
engine: Blink
|
191
|
-
engine_version: ""
|
192
|
-
device:
|
193
|
-
type: portable media player
|
194
|
-
brand: Xoro
|
195
|
-
model: HMT 400
|
196
|
-
os_family: Android
|
197
|
-
browser_family: Chrome
|
198
|
-
-
|
199
|
-
user_agent: Mozilla/5.0 (Linux; Android 7.0; DV-PTB1080) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36
|
200
|
-
os:
|
201
|
-
name: Android
|
202
|
-
version: "7.0"
|
203
|
-
platform: ""
|
204
|
-
client:
|
205
|
-
type: browser
|
206
|
-
name: Chrome
|
207
|
-
version: 84.0.4147.125
|
208
|
-
engine: Blink
|
209
|
-
engine_version: ""
|
210
|
-
device:
|
211
|
-
type: portable media player
|
212
|
-
brand: Wizz
|
213
|
-
model: DV-PTB1080
|
214
|
-
os_family: Android
|
215
|
-
browser_family: Chrome
|
216
|
-
-
|
217
|
-
user_agent: Linux UPnP/1.0 Sonos/61.1-83170 (ZPS1)
|
218
|
-
os:
|
219
|
-
name: GNU/Linux
|
220
|
-
version: ""
|
221
|
-
platform: ""
|
222
|
-
client:
|
223
|
-
type: mediaplayer
|
224
|
-
name: SONOS
|
225
|
-
version: "61.1"
|
226
|
-
device:
|
227
|
-
type: portable media player
|
228
|
-
brand: SONOS
|
229
|
-
model: ZPS1
|
230
|
-
os_family: GNU/Linux
|
231
|
-
browser_family: Unknown
|
232
|
-
-
|
233
|
-
user_agent: Linux UPnP/1.0 Sonos/53.2-70100 (ZPS9)
|
234
|
-
os:
|
235
|
-
name: GNU/Linux
|
236
|
-
version: ""
|
237
|
-
platform: ""
|
238
|
-
client:
|
239
|
-
type: mediaplayer
|
240
|
-
name: SONOS
|
241
|
-
version: "53.2"
|
242
|
-
device:
|
243
|
-
type: portable media player
|
244
|
-
brand: SONOS
|
245
|
-
model: ZPS9
|
246
|
-
os_family: GNU/Linux
|
247
|
-
browser_family: Unknown
|
248
|
-
-
|
249
|
-
user_agent: Linux UPnP/1.0 Sonos/54.2-72031 (ZP90)
|
250
|
-
os:
|
251
|
-
name: GNU/Linux
|
252
|
-
version: ""
|
253
|
-
platform: ""
|
254
|
-
client:
|
255
|
-
type: mediaplayer
|
256
|
-
name: SONOS
|
257
|
-
version: "54.2"
|
258
|
-
device:
|
259
|
-
type: portable media player
|
260
|
-
brand: SONOS
|
261
|
-
model: ZP90
|
262
|
-
os_family: GNU/Linux
|
263
|
-
browser_family: Unknown
|
264
|
-
-
|
265
|
-
user_agent: Linux UPnP/1.0 Sonos/61.1-83170 (ZPS17)
|
266
|
-
os:
|
267
|
-
name: GNU/Linux
|
268
|
-
version: ""
|
269
|
-
platform: ""
|
270
|
-
client:
|
271
|
-
type: mediaplayer
|
272
|
-
name: SONOS
|
273
|
-
version: "61.1"
|
274
|
-
device:
|
275
|
-
type: portable media player
|
276
|
-
brand: SONOS
|
277
|
-
model: ZPS17
|
278
|
-
os_family: GNU/Linux
|
279
|
-
browser_family: Unknown
|
280
|
-
-
|
281
|
-
user_agent: Linux UPnP/1.0 Sonos/54.2-72160 (ZPS5)
|
282
|
-
os:
|
283
|
-
name: GNU/Linux
|
284
|
-
version: ""
|
285
|
-
platform: ""
|
286
|
-
client:
|
287
|
-
type: mediaplayer
|
288
|
-
name: SONOS
|
289
|
-
version: "54.2"
|
290
|
-
device:
|
291
|
-
type: portable media player
|
292
|
-
brand: SONOS
|
293
|
-
model: ZPS5
|
294
|
-
os_family: GNU/Linux
|
295
|
-
browser_family: Unknown
|
296
|
-
-
|
297
|
-
user_agent: Linux UPnP/1.0 Sonos/56.0-76060 (ZPS6)
|
298
|
-
os:
|
299
|
-
name: GNU/Linux
|
300
|
-
version: ""
|
301
|
-
platform: ""
|
302
|
-
client:
|
303
|
-
type: mediaplayer
|
304
|
-
name: SONOS
|
305
|
-
version: "56.0"
|
306
|
-
device:
|
307
|
-
type: portable media player
|
308
|
-
brand: SONOS
|
309
|
-
model: ZPS6
|
310
|
-
os_family: GNU/Linux
|
311
|
-
browser_family: Unknown
|
312
|
-
-
|
313
|
-
user_agent: Linux UPnP/1.0 Sonos/61.1-83170 (ZPS23)
|
314
|
-
os:
|
315
|
-
name: GNU/Linux
|
316
|
-
version: ""
|
317
|
-
platform: ""
|
318
|
-
client:
|
319
|
-
type: mediaplayer
|
320
|
-
name: SONOS
|
321
|
-
version: "61.1"
|
322
|
-
device:
|
323
|
-
type: portable media player
|
324
|
-
brand: SONOS
|
325
|
-
model: ZPS23
|
326
|
-
os_family: GNU/Linux
|
327
|
-
browser_family: Unknown
|
328
|
-
-
|
329
|
-
user_agent: Linux UPnP/1.0 Sonos/53.3-71050 (ZPS11)
|
330
|
-
os:
|
331
|
-
name: GNU/Linux
|
332
|
-
version: ""
|
333
|
-
platform: ""
|
334
|
-
client:
|
335
|
-
type: mediaplayer
|
336
|
-
name: SONOS
|
337
|
-
version: "53.3"
|
338
|
-
device:
|
339
|
-
type: portable media player
|
340
|
-
brand: SONOS
|
341
|
-
model: ZPS11
|
342
|
-
os_family: GNU/Linux
|
343
|
-
browser_family: Unknown
|
344
|
-
-
|
345
|
-
user_agent: Linux UPnP/1.0 Sonos/57.3-81090 (ZPS18)
|
346
|
-
os:
|
347
|
-
name: GNU/Linux
|
348
|
-
version: ""
|
349
|
-
platform: ""
|
350
|
-
client:
|
351
|
-
type: mediaplayer
|
352
|
-
name: SONOS
|
353
|
-
version: "57.3"
|
354
|
-
device:
|
355
|
-
type: portable media player
|
356
|
-
brand: SONOS
|
357
|
-
model: ZPS18
|
358
|
-
os_family: GNU/Linux
|
359
|
-
browser_family: Unknown
|
360
|
-
-
|
361
|
-
user_agent: Linux UPnP/1.0 Sonos/54.2-72031 (ZPS20)
|
362
|
-
os:
|
363
|
-
name: GNU/Linux
|
364
|
-
version: ""
|
365
|
-
platform: ""
|
366
|
-
client:
|
367
|
-
type: mediaplayer
|
368
|
-
name: SONOS
|
369
|
-
version: "54.2"
|
370
|
-
device:
|
371
|
-
type: portable media player
|
372
|
-
brand: SONOS
|
373
|
-
model: ZPS20
|
374
|
-
os_family: GNU/Linux
|
375
|
-
browser_family: Unknown
|
376
|
-
-
|
377
|
-
user_agent: Linux UPnP/1.0 Sonos/54.2-72160 (ZPS14)
|
378
|
-
os:
|
379
|
-
name: GNU/Linux
|
380
|
-
version: ""
|
381
|
-
platform: ""
|
382
|
-
client:
|
383
|
-
type: mediaplayer
|
384
|
-
name: SONOS
|
385
|
-
version: "54.2"
|
386
|
-
device:
|
387
|
-
type: portable media player
|
388
|
-
brand: SONOS
|
389
|
-
model: ZPS14
|
390
|
-
os_family: GNU/Linux
|
391
|
-
browser_family: Unknown
|
392
|
-
-
|
393
|
-
user_agent: Linux UPnP/1.0 Sonos/56.0-76060 (ZPS6)
|
394
|
-
os:
|
395
|
-
name: GNU/Linux
|
396
|
-
version: ""
|
397
|
-
platform: ""
|
398
|
-
client:
|
399
|
-
type: mediaplayer
|
400
|
-
name: SONOS
|
401
|
-
version: "56.0"
|
402
|
-
device:
|
403
|
-
type: portable media player
|
404
|
-
brand: SONOS
|
405
|
-
model: ZPS6
|
406
|
-
os_family: GNU/Linux
|
407
|
-
browser_family: Unknown
|
408
|
-
-
|
409
|
-
user_agent: Linux UPnP/1.0 Sonos/58.1-79200 (ZPS12)
|
410
|
-
os:
|
411
|
-
name: GNU/Linux
|
412
|
-
version: ""
|
413
|
-
platform: ""
|
414
|
-
client:
|
415
|
-
type: mediaplayer
|
416
|
-
name: SONOS
|
417
|
-
version: "58.1"
|
418
|
-
device:
|
419
|
-
type: portable media player
|
420
|
-
brand: SONOS
|
421
|
-
model: ZPS12
|
422
|
-
os_family: GNU/Linux
|
423
|
-
browser_family: Unknown
|
424
|
-
-
|
425
|
-
user_agent: Linux UPnP/1.0 Sonos/56.0-76060 (ZPS3)
|
426
|
-
os:
|
427
|
-
name: GNU/Linux
|
428
|
-
version: ""
|
429
|
-
platform: ""
|
430
|
-
client:
|
431
|
-
type: mediaplayer
|
432
|
-
name: SONOS
|
433
|
-
version: "56.0"
|
434
|
-
device:
|
435
|
-
type: portable media player
|
436
|
-
brand: SONOS
|
437
|
-
model: ZPS3
|
438
|
-
os_family: GNU/Linux
|
439
|
-
browser_family: Unknown
|
440
|
-
-
|
441
|
-
user_agent: Linux UPnP/1.0 Sonos/54.2-72160 (ZPS15)
|
442
|
-
os:
|
443
|
-
name: GNU/Linux
|
444
|
-
version: ""
|
445
|
-
platform: ""
|
446
|
-
client:
|
447
|
-
type: mediaplayer
|
448
|
-
name: SONOS
|
449
|
-
version: "54.2"
|
450
|
-
device:
|
451
|
-
type: portable media player
|
452
|
-
brand: SONOS
|
453
|
-
model: ZPS15
|
454
|
-
os_family: GNU/Linux
|
455
|
-
browser_family: Unknown
|
456
|
-
-
|
457
|
-
user_agent: Linux UPnP/1.0 Sonos/55.1-74250 (ZPS13)
|
458
|
-
os:
|
459
|
-
name: GNU/Linux
|
460
|
-
version: ""
|
461
|
-
platform: ""
|
462
|
-
client:
|
463
|
-
type: mediaplayer
|
464
|
-
name: SONOS
|
465
|
-
version: "55.1"
|
466
|
-
device:
|
467
|
-
type: portable media player
|
468
|
-
brand: SONOS
|
469
|
-
model: ZPS13
|
470
|
-
os_family: GNU/Linux
|
471
|
-
browser_family: Unknown
|
472
|
-
-
|
473
|
-
user_agent: Sonos;Play5;9b377073ea334637b1406f329ce005de;;tpapi;3.81.91
|
474
|
-
os: [ ]
|
475
|
-
client: null
|
476
|
-
device:
|
477
|
-
type: portable media player
|
478
|
-
brand: SONOS
|
479
|
-
model: Play:5
|
480
|
-
os_family: Unknown
|
481
|
-
browser_family: Unknown
|
482
|
-
-
|
483
|
-
user_agent: Sonos;One;9b377073ea334637b1406f329ce005de;;tpapi;3.81.91
|
484
|
-
os: [ ]
|
485
|
-
client: null
|
486
|
-
device:
|
487
|
-
type: portable media player
|
488
|
-
brand: SONOS
|
489
|
-
model: One
|
490
|
-
os_family: Unknown
|
491
|
-
browser_family: Unknown
|
492
|
-
-
|
493
|
-
user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; ja-jp; NW-Z1000Series Build/C121) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1
|
494
|
-
os:
|
495
|
-
name: Android
|
496
|
-
version: 2.3.4
|
497
|
-
platform: ""
|
498
|
-
client:
|
499
|
-
type: browser
|
500
|
-
name: Android Browser
|
501
|
-
version: ""
|
502
|
-
engine: WebKit
|
503
|
-
engine_version: "533.1"
|
504
|
-
device:
|
505
|
-
type: portable media player
|
506
|
-
brand: Sony
|
507
|
-
model: Walkman Z1000
|
508
|
-
os_family: Android
|
509
|
-
browser_family: Android Browser
|
510
|
-
-
|
511
|
-
user_agent: Mozilla/5.0 (Linux; Android 5.1.1; LENCO Diverso-700) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36
|
512
|
-
os:
|
513
|
-
name: Android
|
514
|
-
version: 5.1.1
|
515
|
-
platform: ""
|
516
|
-
client:
|
517
|
-
type: browser
|
518
|
-
name: Chrome
|
519
|
-
version: 74.0.3729.157
|
520
|
-
engine: Blink
|
521
|
-
engine_version: ""
|
522
|
-
device:
|
523
|
-
type: portable media player
|
524
|
-
brand: Lenco
|
525
|
-
model: Diverso 700
|
526
|
-
os_family: Android
|
527
|
-
browser_family: Chrome
|