odwdinc / Python-SimConnect

Python interface for MSFS2020 SimConnect.dll
GNU Affero General Public License v3.0
277 stars 105 forks source link

Transponder Events Missing #116

Open chrismorin opened 2 years ago

chrismorin commented 2 years ago

Specifically, I don't seem to be able to execute the IDENT event (found in this list: https://docs.flightsimulator.com/html/Programming_Tools/Event_IDs/Aircraft_Radio_Navigation_Events.htm#Transponder) and I don't believe I'm able to turn the transponder into a certain state (found in this list: https://docs.flightsimulator.com/html/Programming_Tools/SimVars/Aircraft_SimVars/Aircraft_RadioNavigation_Variables.htm#TRANSPONDER_STATE).

Any chance we can get them added to the events list? Or, if I'm being an idiot and missed something, telling me that works too haha.

TRANSPONDER STATE | Transponder State | Enum:0 = Off1 = Standby2 = Test3 = On4 = Alt5 = Ground XPNDR_IDENT_OFF | Disable the transponder Ident. XPNDR_IDENT_ON | Enable the transponder Ident.  After 18 seconds it will disable automatically.