Minor fixes to A32X Checklists

This commit is contained in:
Sven Seipp 2017-10-21 17:54:21 +02:00
parent 6fed624768
commit 5e61e5ff36

View file

@ -939,8 +939,8 @@
</binding>
</item>
<item>
<name>passing 10.000ft/FL100</name>
<value>ON</value>
<name></name>
<value>passing 10.000ft/FL100</value>
<condition>
<greater-than>
<property>/position/altitude-ft/</property>
@ -955,23 +955,23 @@
<and>
<equals>
<property>controls/lighting/landing-lights[1]</property>
<value>0</value>
<value>0.5</value>
</equals>
<equals>
<property>controls/lighting/landing-lights[2]</property>
<value>0</value>
<value>0.5</value>
</equals>
</and>
</condition>
<binding>
<command>property-assign</command>
<property>controls/lighting/landing-lights[1]</property>
<value>0</value>
<value>0.5</value>
</binding>
<binding>
<command>property-assign</command>
<property>controls/lighting/landing-lights[2]</property>
<value>0</value>
<value>0.5</value>
</binding>
</item>
<item>
@ -1010,13 +1010,13 @@
<condition>
<equals>
<property>controls/switches/seatbelt-sign</property>
<value>false</value>
<value>true</value>
</equals>
</condition>
<binding>
<command>property-assign</command>
<property>controls/switches/seatbelt-sign</property>
<value>false</value>
<value>true</value>
</binding>
</item>
<item>