fhem.pl: better support for deviating reading/event timestamps (Forum #113652)

git-svn-id: https://svn.fhem.de/fhem/trunk@22631 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2020-08-19 16:54:17 +00:00
parent 50bcda8f33
commit ee562a9e55
4 changed files with 45 additions and 24 deletions

View File

@@ -1279,12 +1279,14 @@ The following local attributes are used by a wider range of devices:
<a name="setreading"></a>
<h3>setreading</h3>
<ul>
<code>setreading &lt;devspec&gt; &lt;reading&gt; &lt;value&gt;</code>
<code>setreading &lt;devspec&gt; [YYYY-MM-DD HH:MM:SS] &lt;reading&gt;
&lt;value&gt;</code>
<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. See the set
command documentation for replacement description.
command documentation for replacement description.<br>
If the timespec is omitted (default) the current time will be used.
<br><br>
Examples:
<ul>