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

20 lines (19 loc) 584 B
export declare enum PACKETS { motion = "motion", session = "session", lapData = "lapData", event = "event", participants = "participants", carSetups = "carSetups", carTelemetry = "carTelemetry", carStatus = "carStatus", finalClassification = "finalClassification", lobbyInfo = "lobbyInfo", carDamage = "carDamage", sessionHistory = "sessionHistory", tyreSets = "tyreSets", motionEx = "motionEx", timeTrial = "timeTrial", lapPositions = "lapPositions" } export declare const PACKET_ID_TO_PACKET: Record<number, PACKETS>;