pysimconnect icon indicating copy to clipboard operation
pysimconnect copied to clipboard

Re-scrape of the simconnect vars/events?

Open mjfrisby opened this issue 8 months ago • 0 comments

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!

mjfrisby avatar Oct 16 '23 14:10 mjfrisby