2
0
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:
justme-1968 2014-12-13 09:03:41 +00:00
parent 66286cc6b6
commit 15986a73a3

View File

@ -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;
}