forked from phpvms/configmaps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
FlyJSim732.xml
37 lines (35 loc) · 1.31 KB
/
FlyJSim732.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="utf-8" ?>
<!--
DO NOT EDIT THIS FILE. IT WILL GET OVERWRITTEN IN AN UPDATE.
Instead, create your own. See the docs:
https://docs.phpvms.net/acars/configmaps
Contributed by B.Fatih KOZ <https://github.com/FatihKoz>
-->
<Rules>
<Rule Simulator="X-Plane" TitleContains="FJS 732">
<BeaconLights>
<Key Type="Int" Key="FJS/732/lights/AntiColLightSwitch" Value="1"/>
</BeaconLights>
<LandingLights>
<Key Type="Int" Key="FJS/732/lights/InBoundLLightSwitch1" Value="1"/>
<Key Type="Int" Key="FJS/732/lights/InBoundLLightSwitch2" Value="1"/>
<Key Type="Int" Key="FJS/732/lights/OutBoundLLightSwitch1" Value="2"/>
<Key Type="Int" Key="FJS/732/lights/OutBoundLLightSwitch2" Value="2"/>
</LandingLights>
<NavigationLights>
<Key Type="Int" Key="FJS/732/lights/PositionLightSwitch" Value="1"/>
</NavigationLights>
<StrobeLights>
<Key Type="Int" Key="FJS/732/lights/StrobeLightSwitch" Value="1"/>
</StrobeLights>
<TaxiLight>
<Key Type="Int" Key="FJS/732/lights/TaxiLightSwitch" Value="1"/>
</TaxiLight>
<WingLight>
<Key Type="Int" Key="FJS/732/lights/WingLightSwitch" Value="1"/>
</WingLight>
<LogoLight>
<Key Type="Int" Key="FJS/732/lights/LogoLightSwitch" Value="1"/>
</LogoLight>
</Rule>
</Rules>