analytics/priv/ua_inspector/device.car_browsers.yml

33 lines
662 B
YAML
Raw Normal View History

2019-09-02 14:29:19 +03:00
###############
# Device Detector - The Universal Device Detection library for parsing User Agents
#
# @link https://matomo.org
2019-09-02 14:29:19 +03:00
# @license http://www.gnu.org/licenses/lgpl.html LGPL v3 or later
###############
# Tesla Model S
Tesla:
regex: '(?:Tesla/[0-9.]+|QtCarBrowser)'
2019-09-02 14:29:19 +03:00
device: 'car browser'
models:
- regex: 'QtCarBrowser'
model: 'Model S'
- regex: 'Tesla/[0-9.]+'
model: ''
# Mac Audio
MAC AUDIO:
regex: 'Mac Audio Spro'
device: 'car browser'
models:
- regex: 'Spro'
model: 'S Pro'
# Topway
Topway:
regex: 'sp9853i_1h10_vmm'
device: 'car browser'
models:
- regex: 'sp9853i_1h10_vmm'
model: 'TS9'