mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
fhem.pl: fix documentation for the $DEV ReplaceSetMagic (Forum #57210)
git-svn-id: https://svn.fhem.de/fhem/trunk@12096 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
c44aab59f7
commit
011ce88b88
@ -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
|
<li>[device:reading:d] same as above, but only the number is retrieved, see
|
||||||
ReadingsNum </li>
|
ReadingsNum </li>
|
||||||
<li>{(perlExpression)} with the result of perlExpression.
|
<li>{(perlExpression)} with the result of perlExpression.
|
||||||
If this construct is used inside of a notify or cmdalias, the $DEV variable
|
The $DEV variable is additionally available, designating the set device
|
||||||
is additionally available, designating the set device name.
|
name.
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<br><br>
|
<br><br>
|
||||||
|
@ -1135,9 +1135,7 @@ Die folgenden lokalen Attribute werden von mehreren Geräten verwendet:
|
|||||||
<li>[device:reading:d] wie ohne :d, aber alles nicht-numerische wird
|
<li>[device:reading:d] wie ohne :d, aber alles nicht-numerische wird
|
||||||
entfernt, siehe ReadingsNum</li>
|
entfernt, siehe ReadingsNum</li>
|
||||||
<li>{(perlExpression)} mit dem Ergebnis der perlExpression.
|
<li>{(perlExpression)} mit dem Ergebnis der perlExpression.
|
||||||
Falls dieser Konstrukt innerhalb einer notify oder cmdalias verwendet wird,
|
$DEV wird dabei mit dem Namen des vom set betroffenen Gerätes ersetzt.
|
||||||
dann wird zusätzlich $DEV mit dem Namen des vom set betroffenen
|
|
||||||
Gerätes ersetzt.
|
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<br><br>
|
<br><br>
|
||||||
|
Loading…
Reference in New Issue
Block a user