Added a collection of new pit-related properties. The previous ten timings of your total pit lane (from pit lane entry to exit) and the previous ten timings of your pit box. These timings are then averaged into another new property.
- Added property Pits.Lane.AverageTime
- Added property Pits.Lane.PreviousTime.XX
- Added property Pits.Box.AverageTime
- Added property Pits.Box.PreviousTime.XX
A small bugfix and stability release, that limits the rate at which packets are sent to WLED to avoid overloading the receiver, and sets a default IP to avoid some errors that would show when the plugin is first installed.
- FEAT: Rate limit the packets sent to WLED to 60 fps (configurable to follow)
- BUGFIX: Set a default value for initial plugin install to avoid error on boot
In this release, the WLED integration has been converted to use WLED's live mode by sending UDP to your WLED instance, instead of pinging the HTTP API with a JSON payload.
This move allows for better real-time control of WLED, and is a precursor to (hopefully) be able to have WLED respond as something more complex, like RPM or shift lights.
- Removed "JSON" payloads and no longer sends those to WLED
- Added "Colour" settings to allow tweaking of what colour WLED will display
- Fixed ACC not generating a full
Flag_Yellow
event to send to WLED
Some smaller QOL features and tweaks to the WLED Control aspects
- Added "TEST" buttons to the JSON fields, to test effects without having to launch a game
- Tweaked default JSON values
- Added checkered and orange flags
- On enabling, the plugin will attempt a connection to the WLED instance and give some feedback on status
Adds multiple new properties in different sections, and adds experimental WLED control
- Added property Laps.Display
- Added property Laps.StintTime
- Added action LaunchModeToggle
- Added property LaunchMode.Active
- Added property Tyres.OptimalTyreTemperaturePercent{Wheel}
- Added experimental WLED control
Adds a new Session subset, starting with Duration and TimeLeftPercent
Adds the following new properties
Adds the following new property
This bumps the plugin out of pre-release, and launches fully with the following additional properties and events.
- Added property Laps.PredictedLapTime
- Added property Tyres.ActualTyreCompound
- Added property Tyres.VisualTyreCompound
- Added action IncreaseOptimalTyreTemp
- Added action DecreaseOptimalTyreTemp
- Added property Tyres.OptimalTyreTemperature
- Added property Tyres.OptimalTyreTemperatureHex{Wheel}
A quick pre-release of the plugin to setup framework and add the following initial property.