98_DLNARenderer: bugfix attribut
git-svn-id: https://svn.fhem.de/fhem/trunk@15829 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -168,7 +168,7 @@ sub DLNARenderer_Initialize($) {
|
||||
$hash->{ReadFn} = "DLNARenderer_Read";
|
||||
$hash->{UndefFn} = "DLNARenderer_Undef";
|
||||
$hash->{AttrFn} = "DLNARenderer_Attribute";
|
||||
$hash->{AttrList} = $readingFnAttributes;
|
||||
$hash->{AttrList} = "ignoredIPs usedonlyIPs ".$readingFnAttributes;
|
||||
}
|
||||
|
||||
sub DLNARenderer_Attribute {
|
||||
|
||||
Reference in New Issue
Block a user