mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +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:
parent
ce2d9eb454
commit
714bfb9dfb
@ -64,7 +64,7 @@ HTTPSRV_Initialize($) {
|
|||||||
$hash->{UndefFn} = "HTTPSRV_Undef";
|
$hash->{UndefFn} = "HTTPSRV_Undef";
|
||||||
#$hash->{AttrFn} = "HTTPSRV_Attr";
|
#$hash->{AttrFn} = "HTTPSRV_Attr";
|
||||||
$hash->{AttrList} = "directoryindex " .
|
$hash->{AttrList} = "directoryindex " .
|
||||||
"readings";
|
"readings " . $readingFnAttributes;
|
||||||
$hash->{AttrFn} = "HTTPSRV_Attr";
|
$hash->{AttrFn} = "HTTPSRV_Attr";
|
||||||
#$hash->{SetFn} = "HTTPSRV_Set";
|
#$hash->{SetFn} = "HTTPSRV_Set";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user