From 7f1917e3e57c57a6f3a14405b9ecd192be24fc2f Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Tue, 30 Aug 2016 14:07:21 +0000 Subject: [PATCH] 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 --- docs/commandref_frame.html | 4 ++-- docs/commandref_frame_DE.html | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/commandref_frame.html b/docs/commandref_frame.html index 084900410..d7cde58a0 100644 --- a/docs/commandref_frame.html +++ b/docs/commandref_frame.html @@ -1073,8 +1073,8 @@ The following local attributes are used by a wider range of devices:
  • [device:reading:d] same as above, but only the number is retrieved, see ReadingsNum
  • {(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.


  • diff --git a/docs/commandref_frame_DE.html b/docs/commandref_frame_DE.html index e0146d249..7c821f88a 100644 --- a/docs/commandref_frame_DE.html +++ b/docs/commandref_frame_DE.html @@ -1135,9 +1135,7 @@ Die folgenden lokalen Attribute werden von mehreren Geräten verwendet:
  • [device:reading:d] wie ohne :d, aber alles nicht-numerische wird entfernt, siehe ReadingsNum
  • {(perlExpression)} mit dem Ergebnis der perlExpression. - Falls dieser Konstrukt innerhalb einer notify oder cmdalias verwendet wird, - dann wird zusätzlich $DEV mit dem Namen des vom set betroffenen - Gerätes ersetzt. + $DEV wird dabei mit dem Namen des vom set betroffenen Gerätes ersetzt.