mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-07 19:04:20 +00:00
removed attributes which are now global (event-on-update-reading, event-on-change-reading)
git-svn-id: https://svn.fhem.de/fhem/trunk@1487 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
0f945680b1
commit
6327729ef1
@ -52,7 +52,7 @@ sub Weather_Initialize($) {
|
|||||||
$hash->{DefFn} = "Weather_Define";
|
$hash->{DefFn} = "Weather_Define";
|
||||||
$hash->{UndefFn} = "Weather_Undef";
|
$hash->{UndefFn} = "Weather_Undef";
|
||||||
$hash->{GetFn} = "Weather_Get";
|
$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";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user