mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-21 07:56:03 +00:00
PRESENCE: fix commandref typo (Forum: #106395)
git-svn-id: https://svn.fhem.de/fhem/trunk@20782 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
c9199d761e
commit
e9249b2050
@ -1523,7 +1523,7 @@ sub PRESENCE_setNotfiyDev($)
|
||||
<u>Example</u><br><br>
|
||||
<code>define iPhone PRESENCE shellscript "/opt/check_device.sh iPhone"</code><br><br>
|
||||
<b>Mode: event</b><br><br>
|
||||
<code>define <name> PRESENCE evemt <absent-regexp> <present-regexp></code><br>
|
||||
<code>define <name> PRESENCE event <absent-regexp> <present-regexp></code><br>
|
||||
<br>
|
||||
Listens for events of other FHEM definitions to determine a presence state. You must provide two event regexp's in the same style as for the <a href="#notify">notify</a> module.<br><br>
|
||||
If an event matches one of the provides regexps, the presence state will be changed.<br><br>
|
||||
|
Loading…
x
Reference in New Issue
Block a user