Minor property name changes reflecting changes on the source code side.
This commit is contained in:
parent
911b2e15ef
commit
142df2295c
3 changed files with 4 additions and 4 deletions
|
@ -32,7 +32,7 @@ properties' values.
|
||||||
<params>
|
<params>
|
||||||
<adf-freq-selected-prop>/radios/adf/frequencies/selected-khz</adf-freq-selected-prop>
|
<adf-freq-selected-prop>/radios/adf/frequencies/selected-khz</adf-freq-selected-prop>
|
||||||
<adf-freq-standby-prop>/radios/adf/frequencies/standby-khz</adf-freq-standby-prop>
|
<adf-freq-standby-prop>/radios/adf/frequencies/standby-khz</adf-freq-standby-prop>
|
||||||
<adf-morse-id-volume-prop>/radios/adf/volume</adf-morse-id-volume-prop>
|
<adf-morse-id-volume-prop>/radios/adf/on-off-volume</adf-morse-id-volume-prop>
|
||||||
<adf-morse-ident-toggle-prop>/radios/adf/ident</adf-morse-ident-toggle-prop>
|
<adf-morse-ident-toggle-prop>/radios/adf/ident</adf-morse-ident-toggle-prop>
|
||||||
</params>
|
</params>
|
||||||
|
|
||||||
|
@ -200,7 +200,7 @@ properties' values.
|
||||||
</transformation>
|
</transformation>
|
||||||
<transformation>
|
<transformation>
|
||||||
<type>rotation</type>
|
<type>rotation</type>
|
||||||
<property>/radios/adf/volume</property>
|
<property>/radios/adf/on-off-volume</property>
|
||||||
<min>0</min>
|
<min>0</min>
|
||||||
<max>2</max>
|
<max>2</max>
|
||||||
<scale>140</scale>
|
<scale>140</scale>
|
||||||
|
|
|
@ -81,7 +81,7 @@ properties' values.
|
||||||
<transformation>
|
<transformation>
|
||||||
<type>rotation</type>
|
<type>rotation</type>
|
||||||
<!--set>45</offset-->
|
<!--set>45</offset-->
|
||||||
<property>/steam/adf-deg</property>
|
<property>/radios/adf/needle-deg</property>
|
||||||
<min>-360</min>
|
<min>-360</min>
|
||||||
<max>360</max>
|
<max>360</max>
|
||||||
</transformation>
|
</transformation>
|
||||||
|
|
|
@ -220,7 +220,7 @@ Started 24-7-01 by Timothy Gale
|
||||||
<transformation>
|
<transformation>
|
||||||
<type>rotation</type>
|
<type>rotation</type>
|
||||||
<!--set>45</offset-->
|
<!--set>45</offset-->
|
||||||
<property>/steam/adf-deg</property>
|
<property>/radios/adf/needle-deg</property>
|
||||||
<min>-360</min>
|
<min>-360</min>
|
||||||
<max>360</max>
|
<max>360</max>
|
||||||
</transformation>
|
</transformation>
|
||||||
|
|
Loading…
Reference in a new issue