mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-06-17 03:48:32 +00:00
add PIN transcoding
This commit is contained in:
@ -65,6 +65,14 @@
|
||||
-->
|
||||
<property id="confirm_timeout" type="number">3</property>
|
||||
|
||||
<!--
|
||||
This mask transcodes the plain text PIN from the public dashboard config.
|
||||
Every digit is used to increase the corresponding digit at this position
|
||||
in the PIN by the value given, starting at 1 if a value bigger than 4 has
|
||||
been reached.
|
||||
-->
|
||||
<property id="pin_mask" type="string"></property>
|
||||
|
||||
<!--
|
||||
Left to right or right to left text. Language dependent.
|
||||
-->
|
||||
|
@ -79,6 +79,13 @@
|
||||
<settingConfig type="numeric" min="0" />
|
||||
</setting>
|
||||
|
||||
<setting
|
||||
propertyKey="@Properties.pin_mask"
|
||||
title="@Strings.SettingsPinMask"
|
||||
>
|
||||
<settingConfig type="alphaNumeric" />
|
||||
</setting>
|
||||
|
||||
<setting
|
||||
propertyKey="@Properties.menu_alignment"
|
||||
title="@Strings.SettingsTextAlign"
|
||||
|
Reference in New Issue
Block a user