mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
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:
parent
7195d0b646
commit
724b3810c8
@ -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;
|
||||
}
|
||||
|
||||
###################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user