1
0
Fork 0

Fix dim / bright of MCDU

This commit is contained in:
legoboyvdlp R 2020-07-23 15:55:32 +01:00
parent 05bde5aa40
commit 4b76282b6f
2 changed files with 8 additions and 8 deletions

View file

@ -58,7 +58,7 @@
<object-name>BRT</object-name>
<action>
<button>0</button>
<repeatable>false</repeatable>
<repeatable>true</repeatable>
<binding>
<condition>
<greater-than-equals>
@ -70,7 +70,7 @@
<property>controls/lighting/DU/mcdu1</property>
<min>0.0</min>
<max>1.0</max>
<step>0.2</step>
<step>0.05</step>
<wrap>false</wrap>
</binding>
</action>
@ -81,7 +81,7 @@
<object-name>DIM</object-name>
<action>
<button>0</button>
<repeatable>false</repeatable>
<repeatable>true</repeatable>
<binding>
<condition>
<greater-than-equals>
@ -93,7 +93,7 @@
<property>controls/lighting/DU/mcdu1</property>
<min>0.0</min>
<max>1.0</max>
<step>-0.2</step>
<step>-0.05</step>
<wrap>false</wrap>
</binding>
</action>

View file

@ -58,7 +58,7 @@
<object-name>BRT</object-name>
<action>
<button>0</button>
<repeatable>false</repeatable>
<repeatable>true</repeatable>
<binding>
<condition>
<greater-than-equals>
@ -70,7 +70,7 @@
<property>controls/lighting/DU/mcdu2</property>
<min>0.0</min>
<max>1.0</max>
<step>0.2</step>
<step>0.05</step>
<wrap>false</wrap>
</binding>
</action>
@ -81,7 +81,7 @@
<object-name>DIM</object-name>
<action>
<button>0</button>
<repeatable>false</repeatable>
<repeatable>true</repeatable>
<binding>
<condition>
<greater-than-equals>
@ -93,7 +93,7 @@
<property>controls/lighting/DU/mcdu2</property>
<min>0.0</min>
<max>1.0</max>
<step>-0.2</step>
<step>-0.05</step>
<wrap>false</wrap>
</binding>
</action>