Skip to content

Commit

Permalink
ui options
Browse files Browse the repository at this point in the history
  • Loading branch information
jp112sdl committed Apr 4, 2019
1 parent ea2e461 commit 7c5f5b6
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions src/addon/firmware/rftypes/hb-rc-12-ep-c.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
</parameter>
</paramset>
</channel>
<channel autoregister="true" index="1" type="KEY" count_from_sysinfo="23.0:1.0" pair_function="BA" function="A" paired="true" aes_default="true">
<channel autoregister="true" index="1" type="KEY" count_from_sysinfo="23.0:1.0" pair_function="BA" function="A" paired="true" aes_default="false">
<link_roles>
<source name="SWITCH"/>
<source name="KEYMATIC"/>
Expand Down Expand Up @@ -149,11 +149,18 @@
<logical type="boolean" default="false"/>
<physical type="integer" interface="config" list="1" index="144.0" size="0.1"/>
</parameter>
<parameter id="HB_EP_TEXT_COLORED">
<logical type="boolean" default="false"/>
<physical type="integer" interface="config" list="1" index="144.1" size="0.1"/>
</parameter>
<parameter id="HB_EP_ICON_COLORED">
<logical type="boolean" default="false"/>
<physical type="integer" interface="config" list="1" index="144.2" size="0.1"/>
</parameter>
<parameter id="HB_EP_ALIGNMENT">
<logical type="option">
<option id="HB_EP_ALIGN_RIGHT" default="true" />
<option id="HB_EP_ALIGN_CENTER_ICON_RIGHT" />
<option id="HB_EP_ALIGN_CENTER_ICON_LEFT" />
<option id="HB_EP_ALIGN_RIGHT" />
<option id="HB_EP_ALIGN_CENTER_NO_ICON" default="true" />
<option id="HB_EP_ALIGN_LEFT" />
</logical>
<physical type="integer" interface="config" list="1" index="145.0" size="1"/>
Expand Down

0 comments on commit 7c5f5b6

Please sign in to comment.