Replies: 3 comments 4 replies
-
Hi, Examples: "mobiflightsimvar_led": "(L:A32NX_AUTOPILOT_1_ACTIVE)"
"mobiflightsimvar_led": "(L:A32NX_SPOILERS_ARMED)"
"mobiflightsimvar_led": "(L:A32NX_AUTOTHRUST_STATUS) 2 == if"
"mobiflightsimvar_led": "(L:A32NX_FCU_APPR_MODE_ACTIVE)"
"mobiflightsimvar_led": "(L:A32NX_AUTOBRAKES_ARMED_MODE) 0 > if" |
Beta Was this translation helpful? Give feedback.
0 replies
-
Great, thank you very muchLe 23 avr. 2022 14:43, Koseng ***@***.***> a écrit :
Hi,
yes. Just use "mobiflightsimvar_led".
Examples:
"mobiflightsimvar_led": "(L:A32NX_AUTOPILOT_1_ACTIVE)"
"mobiflightsimvar_led": "(L:A32NX_SPOILERS_ARMED)"
"mobiflightsimvar_led": "(L:A32NX_AUTOTHRUST_STATUS) 2 == if"
"mobiflightsimvar_led": "(L:A32NX_FCU_APPR_MODE_ACTIVE)"
"mobiflightsimvar_led": "(L:A32NX_AUTOBRAKES_ARMED_MODE) 0 > if"
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
JLD95
-
Now with the new version v1.9.0 you can use "simvar_led" and "mobiflightsimvar_led" also with the encoders to turn on the whole led ring. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
at now, leds for SPLR armed and Parking brake indicator don't work with A20NX.
"simvar_led" : "BRAKE_PARKING_INDICATOR"
"simvar_led": "SPOILERS_ARMED"
I would like to coonect leds to custom LVAR: it is possible ?
A32NX_PARK_BRAKE_LEVER_POS 0 | 1 R/W Custom LVAR
A32NX_SPOILER_ARMED 0 | 1 R Custom LVAR
Beta Was this translation helpful? Give feedback.
All reactions