Fix bug
This commit is contained in:
parent
b106eef735
commit
0a516810b6
2 changed files with 46 additions and 0 deletions
|
@ -965,6 +965,29 @@
|
||||||
<object-name>audio_int_rad</object-name>
|
<object-name>audio_int_rad</object-name>
|
||||||
</effect>
|
</effect>
|
||||||
|
|
||||||
|
<animation>
|
||||||
|
<type>select</type>
|
||||||
|
<object-name>audio_hf1_led</object-name>
|
||||||
|
<condition>
|
||||||
|
<or>
|
||||||
|
<equals>
|
||||||
|
<property>controls/switches/annun-test</property>
|
||||||
|
<value>1</value>
|
||||||
|
</equals>
|
||||||
|
<and>
|
||||||
|
<greater-than-equals>
|
||||||
|
<property>systems/electrical/bus/dc-ess</property>
|
||||||
|
<value>25</value>
|
||||||
|
</greater-than-equals>
|
||||||
|
<equals>
|
||||||
|
<property>systems/audio/acp[1]/call_chan</property>
|
||||||
|
<value type="string">hf1</value>
|
||||||
|
</equals>
|
||||||
|
</and>
|
||||||
|
</or>
|
||||||
|
</condition>
|
||||||
|
</animation>
|
||||||
|
|
||||||
<animation>
|
<animation>
|
||||||
<type>select</type>
|
<type>select</type>
|
||||||
<object-name>audio_hf2_led</object-name>
|
<object-name>audio_hf2_led</object-name>
|
||||||
|
|
|
@ -965,6 +965,29 @@
|
||||||
<object-name>audio_int_rad</object-name>
|
<object-name>audio_int_rad</object-name>
|
||||||
</effect>
|
</effect>
|
||||||
|
|
||||||
|
<animation>
|
||||||
|
<type>select</type>
|
||||||
|
<object-name>audio_hf1_led</object-name>
|
||||||
|
<condition>
|
||||||
|
<or>
|
||||||
|
<equals>
|
||||||
|
<property>controls/switches/annun-test</property>
|
||||||
|
<value>1</value>
|
||||||
|
</equals>
|
||||||
|
<and>
|
||||||
|
<greater-than-equals>
|
||||||
|
<property>systems/electrical/bus/dc-ess</property>
|
||||||
|
<value>25</value>
|
||||||
|
</greater-than-equals>
|
||||||
|
<equals>
|
||||||
|
<property>systems/audio/acp[1]/call_chan</property>
|
||||||
|
<value type="string">hf1</value>
|
||||||
|
</equals>
|
||||||
|
</and>
|
||||||
|
</or>
|
||||||
|
</condition>
|
||||||
|
</animation>
|
||||||
|
|
||||||
<animation>
|
<animation>
|
||||||
<type>select</type>
|
<type>select</type>
|
||||||
<object-name>audio_hf2_led</object-name>
|
<object-name>audio_hf2_led</object-name>
|
||||||
|
|
Reference in a new issue