-
-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"mobiflightsimvar_led" improvements #112
Comments
I actually implemented this locally but haven't submit a pull request because there are two options and I don't know which one is better. The first option is that the led is off when the value is 0 and on otherwise, and you can set additional values where the led will stay off. The second option is the led is always off and you can add values that will turn on the led. Which one do you think is better? Or additionally I can make it a jinja2 script, but maybe that's an overkill. |
So as an example, I noticed that the state of the ATHR ARM switch in the PMDG 737 can be determined using two variables with the following values: This shows that in some cases, we may want the led ON when the Lvar is 0 (I don't understand why PMDG made that choice). Thanks! |
Hello,
I am working on a config for the PMDG737 and I have noticed that the "mobiflightsimvar_led" feature doesn't always work well because in some cases the "ON" value is different than 1.
Is there a way to make an improvement so that the "ON" value can be set along with the variable?
Example:
"mobiflightsimvar_led": "(L:switch_3801_73X) == 0.5"
Thanks!
Vicente
The text was updated successfully, but these errors were encountered: