mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
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:
parent
2cc48959ef
commit
0391ecc9e6
@ -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