From 5155115c610d4ef8313a4a1a5a3540aa7fd15f12 Mon Sep 17 00:00:00 2001 From: loredo Date: Fri, 1 Jan 2016 15:09:42 +0000 Subject: [PATCH] GEOFANCY: rename reference to Geofancy.app to Locative.app git-svn-id: https://svn.fhem.de/fhem/trunk@10320 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/98_GEOFANCY.pm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/fhem/FHEM/98_GEOFANCY.pm b/fhem/FHEM/98_GEOFANCY.pm index 0031af711..07ededdc0 100755 --- a/fhem/FHEM/98_GEOFANCY.pm +++ b/fhem/FHEM/98_GEOFANCY.pm @@ -29,7 +29,7 @@ # # Major Version History: # - 1.1.0 - 2014-02-06 -# -- Support for both apps: Geofency and Geofancy +# -- Support for both apps: Geofency and Locative # # - 1.0.0 - 2014-01-09 # -- First release @@ -166,7 +166,7 @@ sub GEOFANCY_Set($@) { ################################### sub GEOFANCY_CGI() { -# Geofancy +# Locative # /$infix?device=UUIDdev&id=UUIDloc&latitude=xx.x&longitude=xx.x&trigger=(enter|exit) # # Geofency @@ -314,7 +314,7 @@ m/(19|20)\d\d-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T([0-1][0-9]|2[0-3]):([0-5 if ( defined( $webArgs->{device} ) && $webArgs->{device} =~ m/(?:\s)/ ); - # Geofancy.app + # Locative.app if ( defined $webArgs->{trigger} ) { $id = $webArgs->{id}; $entry = $webArgs->{trigger}; @@ -501,10 +501,10 @@ sub GEOFANCY_ISO8601UTCtoLocal ($) {
  • - Geofency (iOS - the original app) + Geofency
  • - Geofancy (iOS) + Locative (iOS)
  • EgiGeoZone (Android) @@ -548,7 +548,7 @@ sub GEOFANCY_ISO8601UTCtoLocal ($) {
    To make that reverse proxy available from the internet, just forward the appropriate port via your internet router.

    - The actual solution on how you can securely make your Geofancy webhook available to the internet is not part of this documentation and depends on your own skills. + The actual solution on how you can securely make your GEOFANCY webhook available to the internet is not part of this documentation and depends on your own skills.

    Integration with Home Automation