removed attributes which are now global (event-on-update-reading, event-on-change-reading)

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@1487 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
borisneubert
2012-04-26 16:45:50 +00:00
parent a04783be1c
commit 9c0579cee8

View File

@@ -52,7 +52,7 @@ sub Weather_Initialize($) {
$hash->{DefFn} = "Weather_Define";
$hash->{UndefFn} = "Weather_Undef";
$hash->{GetFn} = "Weather_Get";
$hash->{AttrList}= "loglevel:0,1,2,3,4,5 event-on-update-reading event-on-change-reading";
$hash->{AttrList}= "loglevel:0,1,2,3,4,5";
}