2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-21 07:56:03 +00:00

02_HTTPSRV: added readingFnAttributes to AttrList

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

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";