From e9249b2050e82d4fca25a1a43a4406493b4e7c09 Mon Sep 17 00:00:00 2001
From: markusbloch <>
Date: Thu, 19 Dec 2019 10:51:06 +0000
Subject: [PATCH] PRESENCE: fix commandref typo (Forum: #106395)
git-svn-id: https://svn.fhem.de/fhem/trunk@20782 2b470e98-0d58-463d-a4d8-8e2adae1ed80
---
fhem/FHEM/73_PRESENCE.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.