mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-08 13:24:56 +00:00
38_netatmo.pm: removed unused attributes
git-svn-id: https://svn.fhem.de/fhem/trunk@7192 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
66286cc6b6
commit
15986a73a3
@ -33,10 +33,8 @@ netatmo_Initialize($)
|
||||
$hash->{GetFn} = "netatmo_Get";
|
||||
$hash->{AttrFn} = "netatmo_Attr";
|
||||
$hash->{AttrList} = "IODev ".
|
||||
"debug:1 ".
|
||||
"disable:1 ".
|
||||
"interval ".
|
||||
"logfile ".
|
||||
"nossl:1 ";
|
||||
$hash->{AttrList} .= $readingFnAttributes;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user