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:
@@ -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;
|
||||
}
|
||||
|
||||
###################################
|
||||
|
||||
Reference in New Issue
Block a user