02_HTTPSRV: added readingFnAttributes to AttrList

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@20110 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
borisneubert 2019-09-05 17:30:20 +00:00
parent 2cc48959ef
commit 0391ecc9e6

View File

@ -64,7 +64,7 @@ HTTPSRV_Initialize($) {
$hash->{UndefFn} = "HTTPSRV_Undef";
#$hash->{AttrFn} = "HTTPSRV_Attr";
$hash->{AttrList} = "directoryindex " .
"readings";
"readings " . $readingFnAttributes;
$hash->{AttrFn} = "HTTPSRV_Attr";
#$hash->{SetFn} = "HTTPSRV_Set";