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