UNPKG

@z0mt3c/f1-telemetry-client

Version:

[![Node.js CI](https://github.com/z0mt3c/f1-telemetry-client/actions/workflows/node.js.yml/badge.svg)](https://github.com/z0mt3c/f1-telemetry-client/actions/workflows/node.js.yml) [![NPM Release](https://img.shields.io/npm/v/@z0mt3c/f1-telemetry-client.sv

23 lines (22 loc) 483 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GEARBOX = exports.RACING_LINE_TYPE = exports.RACING_LINE = exports.TRACKING_CONTROL = void 0; exports.TRACKING_CONTROL = { 0: 'Off', 1: 'Medium', 2: 'Full', }; exports.RACING_LINE = { 0: 'Off', 1: 'Corners only', 2: 'Full', }; exports.RACING_LINE_TYPE = { 0: '2D', 1: '3D', }; exports.GEARBOX = { 1: 'Manual', 2: 'Manual & suggested gear', 3: 'Auto', };