We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What Add Session Lengths to the Event Info Widget
Why It would be useful to see the session lengths.
How Added session lengths, classes with color indicators, tyre compounds using some data available from the session info API.
r3e.getSessionInfo(function(sessionInfo) { /* // type can be: 'Unknown', 'Practice', 'Qualify', 'Warmup', 'Race 1', 'Race 2', 'Race 3', 'Event Results' // phase can be: 'START', 'WALKTHROUGH', 'GARAGE', 'FORMATION', 'COUNTDOWN', 'GREEN', 'CHECKERED', 'END' // sessionInfo { "type": "string", "phase": "string", "timeTotal": "int", //seconds "timeLeft": "int" //seconds } */ });
The text was updated successfully, but these errors were encountered:
tomjackman
No branches or pull requests
What
Add Session Lengths to the Event Info Widget
Why
It would be useful to see the session lengths.
How
Added session lengths, classes with color indicators, tyre compounds using some data available from the session info API.
The text was updated successfully, but these errors were encountered: