[x] Read fuel to add from the game telemetry and send it to the server
Implement fuel left for ACC (already implemented in R3E)
[x] Web clients to send pit strategy command back to RaceDirector (and all other connected clients)
Automatic, since server doesn't need to understand the protocol
[ ] Pit strategy converted into game commands
Define an interface that game support can implement with IGame (to be renamed to IBaseGame for the BasePlugin) or separately only implementing IPitCrewGame
[x] ACC
[ ] R3E
[x] Game commands sent as keyboard inputs
Create a RaceDirector.DeviceIO project (and RaceDirector.DeviceIO.Interface) to send key strokes
[x] Expose pit strategy request as an Observer for other plugins (e.g. voice commands) to send pit strategy requests
Relates to #50.
IGame
(to be renamed toIBaseGame
for theBasePlugin
) or separately only implementingIPitCrewGame
RaceDirector.DeviceIO
project (andRaceDirector.DeviceIO.Interface
) to send key strokesPitCrew.Interface
project