Changes to match Roy Ovesen's instrumentation code and property name changes.
This commit is contained in:
parent
565e8aafba
commit
c93544468d
2 changed files with 19 additions and 4 deletions
|
@ -70,17 +70,32 @@ file, these values will be used (they are hardcoded).
|
|||
<static-port>/systems/static</static-port>
|
||||
</encoder>
|
||||
|
||||
<marker-beacon>
|
||||
<name>marker-beacon</name>
|
||||
<number>0</number>
|
||||
</marker-beacon>
|
||||
|
||||
<heading-indicator>
|
||||
<name>heading-indicator</name>
|
||||
<number>0</number>
|
||||
<vacuum-system>/systems/vacuum</vacuum-system>
|
||||
</heading-indicator>
|
||||
|
||||
<KT-70>
|
||||
<name>kt-70</name>
|
||||
<number>0</number>
|
||||
</KT-70>
|
||||
|
||||
<magnetic-compass>
|
||||
<name>magnetic-compass</name>
|
||||
<number>0</number>
|
||||
</magnetic-compass>
|
||||
|
||||
<nav-radio>
|
||||
<name>nav-radio</name>
|
||||
<number>0</number>
|
||||
</nav-radio>
|
||||
|
||||
<slip-skid-ball>
|
||||
<name>slip-skid-ball</name>
|
||||
<number>0</number>
|
||||
|
|
|
@ -46,7 +46,7 @@ properties' values.
|
|||
<type>switch</type>
|
||||
<layer>
|
||||
<condition>
|
||||
<property>/radios/marker-beacon/outer</property>
|
||||
<property>/instrumentation/marker-beacon/outer</property>
|
||||
</condition>
|
||||
<name>on</name>
|
||||
<texture>
|
||||
|
@ -127,7 +127,7 @@ properties' values.
|
|||
<type>switch</type>
|
||||
<layer>
|
||||
<condition>
|
||||
<property>/radios/marker-beacon/middle</property>
|
||||
<property>/instrumentation/marker-beacon/middle</property>
|
||||
</condition>
|
||||
<name>on</name>
|
||||
<texture>
|
||||
|
@ -210,7 +210,7 @@ properties' values.
|
|||
<type>switch</type>
|
||||
<layer>
|
||||
<condition>
|
||||
<property>/radios/marker-beacon/inner</property>
|
||||
<property>/instrumentation/marker-beacon/inner</property>
|
||||
</condition>
|
||||
<name>on</name>
|
||||
<texture>
|
||||
|
|
Loading…
Reference in a new issue