@z0mt3c/f1-telemetry-client
Version:
[](https://github.com/z0mt3c/f1-telemetry-client/actions/workflows/node.js.yml) [ • 483 B
JavaScript
;
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',
};