You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have MSFS running, I can get a whole bunch of aircraft information using qa.get("SOME_SIM_VAR_NAME"), but the CAMERA_STATE var, and other camera-related values, are all None rather than the enums they're supposed to return.
The text was updated successfully, but these errors were encountered:
Turns out these vars were missing from RequestList, which was easy enough to fix. If #126 could be merged in and a new version pushed out to PyPi, that would be fantastic @odwdinc
I have MSFS running, I can get a whole bunch of aircraft information using
qa.get("SOME_SIM_VAR_NAME")
, but theCAMERA_STATE
var, and other camera-related values, are allNone
rather than the enums they're supposed to return.The text was updated successfully, but these errors were encountered: