event-on.* attributes removed from the global list, as thy are not yet widely available

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@1499 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2012-04-29 07:51:58 +00:00
parent 5713411536
commit ae3e99d95e
2 changed files with 2 additions and 2 deletions

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";
$hash->{AttrList}= "loglevel:0,1,2,3,4,5 event-on-update-reading event-on-change-reading";
}

View File

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