2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-04 17:08:43 +00:00

keep old state naming

git-svn-id: https://svn.fhem.de/fhem/trunk@4838 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
jpawlowski 2014-02-07 18:18:39 +00:00
parent 586ec7a290
commit 9fbb647724

View File

@ -329,7 +329,7 @@ sub GEOFANCY_CGI() {
# General readings
readingsBulkUpdate( $hash, "state",
"id:$id name:$locName entry:$entry date:$date lat:$lat long:$long dev:$device"
"id:$id name:$locName trig:$entry date:$date lat:$lat long:$long dev:$device"
);
$id = $locName if ( defined($locName) && $locName ne "" );