2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

commandref_frame.html: update the inform documentation (Forum #89381)

git-svn-id: https://svn.fhem.de/fhem/trunk@16983 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2018-07-15 09:23:19 +00:00
parent ed96182f7e
commit d1b7e2df13
2 changed files with 39 additions and 16 deletions

View File

@ -904,15 +904,27 @@ The following local attributes are used by a wider range of devices:
<a name="inform"></a> <a name="inform"></a>
<h3>inform</h3> <h3>inform</h3>
<ul> <ul>
<code>inform {on|off|timer|raw} [regexp]</code> <br> <code>inform {on|onWithState|off|raw|timer|log|status} [regexp]</code> <br>
<br> <br>
If set to on, and a device state changes, send a notification to the current Monitor events via a telnet client. This command is the telnet equivalent of
client. This command can be used by other programs/modules to receive a the FHEMWEB Event monitor, but can also be used by other programs/modules to
notification.<br> receive a notification. Options:<br>
The option timer prepends a timerstamp to the line. Note: this command is <ul>
a nice way to check which events are generated, to help you when creating <li>on<br>
<a href="#notify">notify</a> or <a href="#FileLog">FileLog</a> entries. switch the inform mechanism on</li>
<li>onWithState<br>
show the additional state event too</li>
<li>off<br>
switch the inform mechanism off (both events and logs, see below)</li>
<li>raw<br>
show only raw events from physical devices</li>
<li>timer<br>
prepend a timestamp to each event</li>
<li>log<br>
show messages written by the FHEM Log interface</li>
<li>status<br>
show the current status</li>
</ul>
<br> <br>
</ul> </ul>
<!-- inform end --> <!-- inform end -->

View File

@ -961,14 +961,25 @@ Die folgenden lokalen Attribute werden von mehreren Ger&auml;ten verwendet:
<ul> <ul>
<code>inform {on|off|timer|raw} [regexp]</code> <br> <code>inform {on|off|timer|raw} [regexp]</code> <br>
<br> <br>
Wenn auf &quot;on&quot; gesetzt und der Status eines Ger&auml;tes &auml;ndert Erm&ouml;glicht Event-Verfolgung &uuml;ber das telnet Interface. Es ist das
sich, dann wird eine Nachricht an den Client gesendet. Dieser Befehl kann von telnet Equivalent des FHEMWEB Event-Monitors, es kann aber auch von weiteren
anderen Programmen/Modulen dazu benutzt werden, eine Hinweisnachricht zu Programmen zur Benachrichtigung verwendet werden. Optionen:<br>
erhalten. <br> Die Option &quot;timer&quot; f&uuml;gt&nbsp; der Nachricht <ul>
einen Zeitstempel hinzu. Hinweis: Dieser Befehl erleichtert Ihnen die bessere <li>on<br>
Kontrolle in <a href="#notify">notify</a> oder <a href="#FileLog">FileLog</a> aktiviert die Benachrichtigung.</li>
, wann welche Ereignisse erzeugt wurden. <li>onWithState<br>
zeigt auch das zus&auml;tzliche state Event</li>
<li>off<br>
deaktiviert die Benachrichtigung (sowohl Events wie auch Logs, s.u.)</li>
<li>raw<br>
zeigt (nur) die raw Events der physikalischen Module</li>
<li>timer<br>
stellt der Daten ein Zeitstempel vor</li>
<li>log<br>
zeigt die vom FHEM Log Interface protokollierten Daten</li>
<li>status<br>
zeigt den aktuellen Status</li>
</ul>
<br> <br>
</ul> </ul>
<!-- inform --> <!-- inform -->