-
Notifications
You must be signed in to change notification settings - Fork 11
Description
Any chance of a re-scrape of the simconnect variables and events making it into the repository? There have been quite a few recently added.
Of particular interest to me are the helicopter related refs:
https://docs.flightsimulator.com/html/Programming_Tools/SimVars/Helicopter_Variables.htm
https://docs.flightsimulator.com/html/Programming_Tools/Event_IDs/Helicopter_Specific_Events.htm
Currently I am setting AXIS_CYCLIC_LATERAL_SET and AXIS_CYCLIC_LONGITUDINAL_SET events, which is working fine, but generates a continuous warning message that I am having to filter out of my logger.
I included a local copy of the library in my project, added those events to the json and re-generated the idx, which all works well and good and clears up the warning logs, but I would much prefer to just use the published version via pip install rather than including a whole copy of the library with my project.
Thanks!