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:
@@ -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 <devspec> <reading> <value></code>
|
||||
<code>setreading <devspec> [YYYY-MM-DD HH:MM:SS] <reading>
|
||||
<value></code>
|
||||
<br><br>
|
||||
Set the reading <reading> for the device <code><name></code> to
|
||||
<value> 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>
|
||||
|
||||
Reference in New Issue
Block a user