FB_checkPw with user

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@2691 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2013-02-11 20:30:13 +00:00
parent 028da54700
commit 9a5b1f98dc
4 changed files with 31 additions and 13 deletions

View File

@@ -374,7 +374,11 @@ telnet_Undef($$)
Example:<br>
<code>
attr tPort password secret<br>
attr tPort password {use FritzBoxUtils;;FB_checkPw("localhost","$password") }
attr tPort password {use FritzBoxUtils;;FB_checkPw("localhost","$password") }<br>
</code>
or if you defined multiple users on the Fritzbox:<br>
<code>
attr tPort password {use FritzBoxUtils;;FB_checkPw("localhost","$user", "$password") }<br>
</code>
</li><br>