analytics/priv/ua_inspector/device.cameras.yml
Marc Neudert 1c3085050c
Upgrade ua_inspector to 3.0 (#1762)
* Upgrade ua_inspector to 3.0

* Update ua_inspector database
2022-03-25 11:41:04 +02:00

29 lines
654 B
YAML

###############
# Device Detector - The Universal Device Detection library for parsing User Agents
#
# @link https://matomo.org
# @license http://www.gnu.org/licenses/lgpl.html LGPL v3 or later
###############
#Nikon
Nikon:
regex: 'Coolpix S800c'
device: 'camera'
model: 'Coolpix S800c'
# Samsung
Samsung:
regex: 'EK-G[CN][0-9]{3}'
device: 'camera'
models:
- regex: 'EK-GN120'
model: 'Galaxy NX'
- regex: 'EK-GC100'
model: 'Galaxy Camera'
- regex: 'EK-GC110'
model: 'Galaxy Camera WiFi only'
- regex: 'EK-GC200'
model: 'Galaxy Camera 2'
- regex: 'EK-GC([0-9]{3})'
model: 'Galaxy Camera $1'