34 lines
823 B
XML
34 lines
823 B
XML
|
<!-- Airbus A320 FCS -->
|
||
|
<!-- Joshua Davidson (it0uchpods) -->
|
||
|
|
||
|
<!--
|
||
|
##############################################
|
||
|
# Copyright (c) Joshua Davidson (it0uchpods) #
|
||
|
##############################################
|
||
|
-->
|
||
|
|
||
|
<system name="A320: Lights">
|
||
|
|
||
|
<channel name="Lights">
|
||
|
<switch name="lights/reading-light">
|
||
|
<output>/controls/lighting/reading-light</output>
|
||
|
|
||
|
<default value="0" />
|
||
|
<test logic="OR" value="/controls/lighting/main-flood-knb">
|
||
|
/systems/electrical/bus/dc1 gt 25
|
||
|
</test>
|
||
|
</switch>
|
||
|
|
||
|
<switch name="lights/panel-light">
|
||
|
<output>/controls/lighting/panel-light</output>
|
||
|
|
||
|
<default value="0" />
|
||
|
<test logic="OR" value="/controls/lighting/main-flood-knb">
|
||
|
/systems/electrical/bus/dc-ess gt 25
|
||
|
/systems/electrical/bus/dc1 gt 25
|
||
|
</test>
|
||
|
</switch>
|
||
|
</channel>
|
||
|
|
||
|
</system>
|