mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-27 22:53:29 +00:00
98_DLNARenderer: bugfix attribut
git-svn-id: https://svn.fhem.de/fhem/trunk@15829 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
5c77492dc3
commit
4ad36f5b99
@ -168,7 +168,7 @@ sub DLNARenderer_Initialize($) {
|
|||||||
$hash->{ReadFn} = "DLNARenderer_Read";
|
$hash->{ReadFn} = "DLNARenderer_Read";
|
||||||
$hash->{UndefFn} = "DLNARenderer_Undef";
|
$hash->{UndefFn} = "DLNARenderer_Undef";
|
||||||
$hash->{AttrFn} = "DLNARenderer_Attribute";
|
$hash->{AttrFn} = "DLNARenderer_Attribute";
|
||||||
$hash->{AttrList} = $readingFnAttributes;
|
$hash->{AttrList} = "ignoredIPs usedonlyIPs ".$readingFnAttributes;
|
||||||
}
|
}
|
||||||
|
|
||||||
sub DLNARenderer_Attribute {
|
sub DLNARenderer_Attribute {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user