2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

96_allowed: fix documentation (Forum #46380)

git-svn-id: https://svn.fhem.de/fhem/trunk@10306 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2015-12-30 09:26:52 +00:00
parent d70bb6273b
commit 6265fa11c4
3 changed files with 5 additions and 4 deletions

View File

@ -185,9 +185,10 @@ allowed_Attr(@)
Authorize execution of commands and modification of devices based on the
frontend used and/or authenticate users.<br><br>
If there are multiple instances defined, which are valid for a given
If there are multiple instances defined which are valid for a given
frontend device, then all authorizations must succeed. For authentication
it is sufficient when one of the instances succeeds.<br><br>
it is sufficient when one of the instances succeeds. The checks are
executed in alphabetical order of the allowed instance names.<br><br>
<b>Note:</b> this module should work as intended, but no guarantee
can be given that there is no way to circumvent it.<br><br>

View File

@ -93,7 +93,7 @@
<b>Helper modules</b>
<ul>
<a href="#at">at</a> &nbsp;
<a href="#allowed">at</a> &nbsp;
<a href="#allowed">allowed</a> &nbsp;
<a href="#autocreate">autocreate</a> &nbsp;
<a href="#average">average</a> &nbsp;
<a href="#Calendar">Calendar</a> &nbsp;

View File

@ -93,7 +93,7 @@
<b>Hilfs (Erweiterungs-) Module</b>
<ul>
<a href="#at">at</a> &nbsp;
<a href="#allowed">at</a> &nbsp;
<a href="#allowed">allowed</a> &nbsp;
<a href="#autocreate">autocreate</a> &nbsp;
<a href="#average">average</a> &nbsp;
<a href="#Calendar">Calendar</a> &nbsp;