added global attributes group, event-on-update-reading, event-on-change-reading for upcoming amendments

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@1488 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
borisneubert
2012-04-26 16:47:12 +00:00
parent f290ed76a7
commit a87f628656

View File

@@ -158,7 +158,7 @@ use vars qw(%addNotifyCB); # Used by event enhancers (e.g. avarage)
use vars qw($reread_active); use vars qw($reread_active);
my $AttrList = "room comment alias eventMap"; my $AttrList = "room group comment alias eventMap event-on-update-reading event-on-change-reading";
my $server; # Server socket my $server; # Server socket
my %comments; # Comments from the include files my %comments; # Comments from the include files