odwdinc / Python-SimConnect

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

Add custom MobiFlight Events for CRJ, CJ4 and A320? #97

Open e4rthdog opened 3 years ago

e4rthdog commented 3 years ago

Can you add the custom events from the aircrafts that currently have them?

Many people are using the WASM module for MobiFlight and we can now get the custom events.

Koseng commented 2 years ago

The H events should be possible to call via that description (Mobiflight Simconnect events): https://github.com/odwdinc/Python-SimConnect/blob/master/README.md

Everything supported by Mobiflight can be found here: https://hubhop.mobiflight.com/#/list

Reading LVars with Python-SimConnect and Mobiflight: https://github.com/Koseng/MSFSPythonSimConnectMobiFlightExtension