diff --git a/fhem/FHEM/73_PRESENCE.pm b/fhem/FHEM/73_PRESENCE.pm index 2bbc84759..a2ad2adc3 100755 --- a/fhem/FHEM/73_PRESENCE.pm +++ b/fhem/FHEM/73_PRESENCE.pm @@ -1523,7 +1523,7 @@ sub PRESENCE_setNotfiyDev($) Example

define iPhone PRESENCE shellscript "/opt/check_device.sh iPhone"

Mode: event

- define <name> PRESENCE evemt <absent-regexp> <present-regexp>
+ define <name> PRESENCE event <absent-regexp> <present-regexp>

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 notify module.

If an event matches one of the provides regexps, the presence state will be changed.