mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-15 22:26:04 +00:00
event-on.* attributes removed from the global list, as thy are not yet widely available
git-svn-id: https://svn.fhem.de/fhem/trunk@1499 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
56b071e22b
commit
6c88f82831
@ -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";
|
||||
$hash->{AttrList}= "loglevel:0,1,2,3,4,5 event-on-update-reading event-on-change-reading";
|
||||
|
||||
}
|
||||
|
||||
|
@ -158,7 +158,7 @@ use vars qw(%addNotifyCB); # Used by event enhancers (e.g. avarage)
|
||||
|
||||
use vars qw($reread_active);
|
||||
|
||||
my $AttrList = "room group comment alias eventMap event-on-update-reading event-on-change-reading";
|
||||
my $AttrList = "room group comment alias eventMap";
|
||||
|
||||
my $server; # Server socket
|
||||
my %comments; # Comments from the include files
|
||||
|
Loading…
x
Reference in New Issue
Block a user