98_GEOFANCY: correct attribute name to disable

git-svn-id: https://svn.fhem.de/fhem/trunk@13333 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
loredo
2017-02-05 10:45:36 +00:00
parent 0609a557f5
commit 1dba290db8

View File

@@ -69,7 +69,7 @@ sub GEOFANCY_Initialize($) {
$hash->{SetFn} = "GEOFANCY_Set";
$hash->{DefFn} = "GEOFANCY_Define";
$hash->{UndefFn} = "GEOFANCY_Undefine";
$hash->{AttrList} = "devAlias disabled:0,1 " . $readingFnAttributes;
$hash->{AttrList} = "devAlias disable:0,1 " . $readingFnAttributes;
}
###################################