So i was doing some digging with chatGPT and i came across a file in SimAppPro called deviceCommon.js. Inside that file i see the following
const planeModelSupportDevice = {
'Asobo A320': [47926, 47934],
'Asobo A320 V2': [47926, 47934],
'Microsoft A330-200GE': [47926, 47934],
'Airbus A310-300': [47926, 47934],
'Airbus A321': [47926, 47934],
'Airbus Beluga XL(A330-743L)': [47926, 47934],
'FlyByWire A320': [47926, 47934],
'FlyByWire Simulations A380x(A380-842 RR)': [47926, 47934],
'Airbus A330neo(A330-941)': [47926, 47934],
'Sukhoi Super Jet 100(RRJ-95LR)': [47926, 47934],
'Fenix A320': [47926, 47934],
'Fenix A320 CFM': [47926, 47934],
'Fenix A320 IAE': [47926, 47934],
'Fenix A319 CFM': [47926, 47934],
'Fenix A319 IAE': [47926, 47934],
'Fenix A321 CFM': [47926, 47934],
'Fenix A321 IAE': [47926, 47934],
'Fenix A320 CFM SL': [47926, 47934],
'Fenix A320 IAE SL': [47926, 47934],
'Fenix A321 CFM SL': [47926, 47934],
'Fenix A321 IAE SL': [47926, 47934],
'Toliss A320 Neo': [47926, 47934],
'Toliss A321 Neo': [47926, 47934],
'FlightFactor A320 Neo': [47926, 47934],
'Toliss A319': [47926, 47934],
'Toliss A321': [47926, 47934],
'Toliss A346': [47926, 47934],
'Toliss A339': [47926, 47934],
'Airbus A330-300': [47926, 47934, 47930],
'PMDG 737-800': [47925, 47933]
I tried adding 'PMDG 737-00': [47925, 47933],'PMDG 737-900': [47925, 47933]
i saved the file and tried the 700,900 but it didn't work. Im going to keep digging today to see if i can find what file simapppro pulls its data from.