fhem.pl: fix documentation for the $DEV ReplaceSetMagic (Forum #57210)

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@12096 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2016-08-30 14:07:21 +00:00
parent fdac3105cb
commit 7f1917e3e5
2 changed files with 3 additions and 5 deletions

View File

@ -1073,8 +1073,8 @@ The following local attributes are used by a wider range of devices:
<li>[device:reading:d] same as above, but only the number is retrieved, see
ReadingsNum </li>
<li>{(perlExpression)} with the result of perlExpression.
If this construct is used inside of a notify or cmdalias, the $DEV variable
is additionally available, designating the set device name.
The $DEV variable is additionally available, designating the set device
name.
</li>
</ul>
<br><br>

View File

@ -1135,9 +1135,7 @@ Die folgenden lokalen Attribute werden von mehreren Ger&auml;ten verwendet:
<li>[device:reading:d] wie ohne :d, aber alles nicht-numerische wird
entfernt, siehe ReadingsNum</li>
<li>{(perlExpression)} mit dem Ergebnis der perlExpression.
Falls dieser Konstrukt innerhalb einer notify oder cmdalias verwendet wird,
dann wird zus&auml;tzlich $DEV mit dem Namen des vom set betroffenen
Ger&auml;tes ersetzt.
$DEV wird dabei mit dem Namen des vom set betroffenen Ger&auml;tes ersetzt.
</li>
</ul>
<br><br>