mirror of
https://github.com/plausible/analytics.git
synced 2024-12-22 17:11:36 +03:00
13 lines
299 B
YAML
13 lines
299 B
YAML
|
###############
|
||
|
# Device Detector - The Universal Device Detection library for parsing User Agents
|
||
|
#
|
||
|
# @link http://piwik.org
|
||
|
# @license http://www.gnu.org/licenses/lgpl.html LGPL v3 or later
|
||
|
###############
|
||
|
|
||
|
# Tesla Model S
|
||
|
Tesla:
|
||
|
regex: 'QtCarBrowser'
|
||
|
device: 'car browser'
|
||
|
model: 'Model S'
|