Merge branch 'master' of github.com:FGMEMBERS/IDG-A32X
This commit is contained in:
commit
f443e422ae
1 changed files with 8 additions and 8 deletions
|
@ -939,8 +939,8 @@
|
||||||
</binding>
|
</binding>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<name>passing 10.000ft/FL100</name>
|
<name></name>
|
||||||
<value>ON</value>
|
<value>passing 10.000ft/FL100</value>
|
||||||
<condition>
|
<condition>
|
||||||
<greater-than>
|
<greater-than>
|
||||||
<property>/position/altitude-ft/</property>
|
<property>/position/altitude-ft/</property>
|
||||||
|
@ -955,23 +955,23 @@
|
||||||
<and>
|
<and>
|
||||||
<equals>
|
<equals>
|
||||||
<property>controls/lighting/landing-lights[1]</property>
|
<property>controls/lighting/landing-lights[1]</property>
|
||||||
<value>0</value>
|
<value>0.5</value>
|
||||||
</equals>
|
</equals>
|
||||||
<equals>
|
<equals>
|
||||||
<property>controls/lighting/landing-lights[2]</property>
|
<property>controls/lighting/landing-lights[2]</property>
|
||||||
<value>0</value>
|
<value>0.5</value>
|
||||||
</equals>
|
</equals>
|
||||||
</and>
|
</and>
|
||||||
</condition>
|
</condition>
|
||||||
<binding>
|
<binding>
|
||||||
<command>property-assign</command>
|
<command>property-assign</command>
|
||||||
<property>controls/lighting/landing-lights[1]</property>
|
<property>controls/lighting/landing-lights[1]</property>
|
||||||
<value>0</value>
|
<value>0.5</value>
|
||||||
</binding>
|
</binding>
|
||||||
<binding>
|
<binding>
|
||||||
<command>property-assign</command>
|
<command>property-assign</command>
|
||||||
<property>controls/lighting/landing-lights[2]</property>
|
<property>controls/lighting/landing-lights[2]</property>
|
||||||
<value>0</value>
|
<value>0.5</value>
|
||||||
</binding>
|
</binding>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
|
@ -1010,13 +1010,13 @@
|
||||||
<condition>
|
<condition>
|
||||||
<equals>
|
<equals>
|
||||||
<property>controls/switches/seatbelt-sign</property>
|
<property>controls/switches/seatbelt-sign</property>
|
||||||
<value>false</value>
|
<value>true</value>
|
||||||
</equals>
|
</equals>
|
||||||
</condition>
|
</condition>
|
||||||
<binding>
|
<binding>
|
||||||
<command>property-assign</command>
|
<command>property-assign</command>
|
||||||
<property>controls/switches/seatbelt-sign</property>
|
<property>controls/switches/seatbelt-sign</property>
|
||||||
<value>false</value>
|
<value>true</value>
|
||||||
</binding>
|
</binding>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
|
|
Reference in a new issue