File "cameras.yml"

Full path: /var/www/html/cemeau/wp-content/plugins/wp-statistics/src/Dependencies/DeviceDetector/regexes/device/cameras.yml
File size: 654 bytes
MIME-type: text/plain
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

###############
# 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'