This repository has been archived on 2021-09-26. You can view files and clone it, but cannot push or open issues or pull requests.
IDG-A32X/Systems/a320-lights.xml

36 lines
917 B
XML
Raw Normal View History

2019-03-08 01:47:22 +00:00
<!-- Copyright (c) 2019 Jonathan Redpath (legoboyvdlp) -->
2018-10-23 15:46:36 +00:00
<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>
2018-10-25 14:36:32 +00:00
<switch name="lights/pedestal-light">
<output>/controls/lighting/pedestal-light</output>
<default value="0" />
<test logic="OR" value="/controls/lighting/ped-flood-knb">
/systems/electrical/bus/dc1 gt 25
</test>
</switch>
2018-10-23 15:46:36 +00:00
</channel>
</system>