VC: Fix my stupid
This commit is contained in:
parent
fb2144c056
commit
31a3bd4b4f
1 changed files with 4 additions and 4 deletions
|
@ -43,12 +43,12 @@
|
||||||
<binding>
|
<binding>
|
||||||
<condition>
|
<condition>
|
||||||
<greater-than-equals>
|
<greater-than-equals>
|
||||||
<property>systems/electrical/bus/ac1</property>
|
<property>systems/electrical/bus/ac2</property>
|
||||||
<value>110</value>
|
<value>110</value>
|
||||||
</greater-than-equals>
|
</greater-than-equals>
|
||||||
</condition>
|
</condition>
|
||||||
<command>property-adjust</command>
|
<command>property-adjust</command>
|
||||||
<property>controls/lighting/DU/mcdu1</property>
|
<property>controls/lighting/DU/mcdu2</property>
|
||||||
<min>0.0</min>
|
<min>0.0</min>
|
||||||
<max>1.0</max>
|
<max>1.0</max>
|
||||||
<step>0.2</step>
|
<step>0.2</step>
|
||||||
|
@ -66,12 +66,12 @@
|
||||||
<binding>
|
<binding>
|
||||||
<condition>
|
<condition>
|
||||||
<greater-than-equals>
|
<greater-than-equals>
|
||||||
<property>systems/electrical/bus/ac1</property>
|
<property>systems/electrical/bus/ac2</property>
|
||||||
<value>110</value>
|
<value>110</value>
|
||||||
</greater-than-equals>
|
</greater-than-equals>
|
||||||
</condition>
|
</condition>
|
||||||
<command>property-adjust</command>
|
<command>property-adjust</command>
|
||||||
<property>controls/lighting/DU/mcdu1</property>
|
<property>controls/lighting/DU/mcdu2</property>
|
||||||
<min>0.0</min>
|
<min>0.0</min>
|
||||||
<max>1.0</max>
|
<max>1.0</max>
|
||||||
<step>-0.2</step>
|
<step>-0.2</step>
|
||||||
|
|
Reference in a new issue