A3XX: Fix a bug in OH
This commit is contained in:
parent
593aaa00d1
commit
26e06ed09e
1 changed files with 4 additions and 4 deletions
|
@ -114,11 +114,11 @@
|
|||
<condition>
|
||||
<or>
|
||||
<equals>
|
||||
<property>/controls/adirs/adr[2]/off</property>
|
||||
<property>/controls/fadec/n1mode1</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
<equals>
|
||||
<property>/controls/fadec/n1mode1</property>
|
||||
<property>/controls/switches/annun-test</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
</or>
|
||||
|
@ -215,11 +215,11 @@
|
|||
<condition>
|
||||
<or>
|
||||
<equals>
|
||||
<property>/controls/adirs/adr[2]/off</property>
|
||||
<property>/controls/fadec/n1mode2</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
<equals>
|
||||
<property>/controls/fadec/n1mode2</property>
|
||||
<property>/controls/switches/annun-test</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
</or>
|
||||
|
|
Reference in a new issue