From 78690938561d93dfcf2edfaad7b108facfd6496e Mon Sep 17 00:00:00 2001 From: loredo Date: Sun, 9 Feb 2014 16:59:41 +0000 Subject: [PATCH] minor correction to doc git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@4863 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/20_GUEST.pm | 2 +- fhem/FHEM/20_ROOMMATE.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fhem/FHEM/20_GUEST.pm b/fhem/FHEM/20_GUEST.pm index 07920efe4..51f99a224 100644 --- a/fhem/FHEM/20_GUEST.pm +++ b/fhem/FHEM/20_GUEST.pm @@ -1015,7 +1015,7 @@ sub GUEST_StartInternalTimers($$) { define n_rg_Guest.location notify geofancy:currLoc_Guest.* set rg_Guest location $EVTPART1

- By defining geofencing zones called 'home', 'underway' and 'wayhome' in the iOS app, you automatically get all the features of automatic state changes described above. + By defining geofencing zones called 'home' and 'wayhome' in the iOS app, you automatically get all the features of automatic state changes described above.
diff --git a/fhem/FHEM/20_ROOMMATE.pm b/fhem/FHEM/20_ROOMMATE.pm index 33155afae..0d2b39d8f 100644 --- a/fhem/FHEM/20_ROOMMATE.pm +++ b/fhem/FHEM/20_ROOMMATE.pm @@ -1011,7 +1011,7 @@ sub ROOMMATE_StartInternalTimers($$) { define n_rr_Manfred.location notify geofancy:currLoc_Manfred.* set rr_Manfred location $EVTPART1

- By defining geofencing zones called 'home', 'underway' and 'wayhome' in the iOS app, you automatically get all the features of automatic state changes described above. + By defining geofencing zones called 'home' and 'wayhome' in the iOS app, you automatically get all the features of automatic state changes described above.