Bugfix: radio xfer should not be repeatable
This commit is contained in:
parent
07216d3e44
commit
453fa34d6e
2 changed files with 2 additions and 2 deletions
|
@ -219,7 +219,7 @@
|
||||||
<object-name>radio_exchange</object-name>
|
<object-name>radio_exchange</object-name>
|
||||||
<action>
|
<action>
|
||||||
<button>0</button>
|
<button>0</button>
|
||||||
<repeatable>true</repeatable>
|
<repeatable>false</repeatable>
|
||||||
<binding>
|
<binding>
|
||||||
<command>nasal</command>
|
<command>nasal</command>
|
||||||
<script>rmp.transfer(1);</script>
|
<script>rmp.transfer(1);</script>
|
||||||
|
|
|
@ -219,7 +219,7 @@
|
||||||
<object-name>radio_exchange</object-name>
|
<object-name>radio_exchange</object-name>
|
||||||
<action>
|
<action>
|
||||||
<button>0</button>
|
<button>0</button>
|
||||||
<repeatable>true</repeatable>
|
<repeatable>false</repeatable>
|
||||||
<binding>
|
<binding>
|
||||||
<command>nasal</command>
|
<command>nasal</command>
|
||||||
<script>rmp.transfer(2);</script>
|
<script>rmp.transfer(2);</script>
|
||||||
|
|
Reference in a new issue