98_GoogleAuth.pm: fix error in commandref

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@13093 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen 2017-01-15 16:24:41 +00:00
parent 4aee96decb
commit f3c2b73460

View File

@ -65,7 +65,7 @@
#
# 2017-01-15 - published to FHEM
# fixed: problem on iOS if label contains spaces
# added: issuer=FHEM
# added: issuer=FHEM in qr-code
#
=cut
@ -306,7 +306,8 @@ sub gAuth($$) {
<a name="GoogleAuthattr"></a>
<b>Attributes</b><br/><br/>
<ul>
<li><b>ga_labelName</b> - disables automatic layout reread after edit if set to 1</li>
<li><b>ga_labelName</b> - define a Name to identify PassCode inside the app.<br/>
<b>Do not use any special characters,</b> except SPACE, in this attribute!</li>
<li><b>ga_qrSize</b> - select image size of qr code</li>
<li><b>ga_showKey</b> - show key for manual use if set to 1</li>
<li><b>ga_showLink</b> - show link to qr code if set to 1</li>