f1-telemetry-client
f1-telemetry-client copied to clipboard
m_lastLapTime vs m_lastLapTimeInMS typing mismatch
Hi guys! Please adjust the typescript definitions for the 2021 game. m_lastLapTimeInMS and m_currentLapTimeInMS, and potentionally others needs also an alignment. At the moment m_lastLapTime is in the typings which is wrong.
@jonybur
actually the best way would be to list both, since 2021 and 2020 telemtry differs. So that we developers can choose.
Would love to accept a PR on this, there's a greater topic of splitting more of the parsing logic in to separate files for each game year as well.