Bugfix: event-on-update-readings was restricted to 1/0
git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@2707 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
2
fhem.pl
2
fhem.pl
@@ -210,7 +210,7 @@ $modules{Global}{AttrList} =
|
||||
$modules{Global}{AttrFn} = "GlobalAttr";
|
||||
|
||||
use vars qw($readingFnAttributes);
|
||||
$readingFnAttributes = "event-on-change-reading:0,1 event-on-update-reading:0,1 stateFormat";
|
||||
$readingFnAttributes = "event-on-change-reading event-on-update-reading stateFormat";
|
||||
|
||||
|
||||
%cmds = (
|
||||
|
||||
Reference in New Issue
Block a user