96_allowed.pm: add $readingFnAttributes (Forum #91946)
git-svn-id: https://svn.fhem.de/fhem/trunk@17506 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -35,7 +35,7 @@ allowed_Initialize($)
|
||||
validFor
|
||||
);
|
||||
use warnings 'qw';
|
||||
$hash->{AttrList} = join(" ", @attrList);
|
||||
$hash->{AttrList} = join(" ", @attrList)." ".$readingFnAttributes;
|
||||
|
||||
$hash->{UndefFn} = "allowed_Undef";
|
||||
$hash->{FW_detailFn} = "allowed_fhemwebFn";
|
||||
|
||||
Reference in New Issue
Block a user