fhem.pl: add the set replace magic to setreading

git-svn-id: https://svn.fhem.de/fhem/trunk@10054 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2015-11-30 06:32:35 +00:00
parent 1743677de0
commit e719c0df04
3 changed files with 14 additions and 7 deletions

View File

@@ -1126,7 +1126,7 @@ The following local attributes are used by a wider range of devices:
Each device has different set parameters, see the corresponding device
section for details.<br>
<br><br>
From featurelevel 5.7 on the set command replaces:
From featurelevel 5.7 on the set (and setreading) command replaces:
<ul>
<li>[device:reading] with the corresponding reading of device, if both device
and reading exists.</li>
@@ -1196,7 +1196,8 @@ The following local attributes are used by a wider range of devices:
<br><br>
Set the reading &lt;reading&gt; for the device <code>&lt;name&gt;</code> to
&lt;value&gt; without sending out commands to the device, but triggering
events and eventMap/stateFormat transformations as usual.
events and eventMap/stateFormat transformations as usual. See the set
command documentation for replacement description.
<br><br>
Examples:
<ul>