mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-23 02:31:53 +00:00
37_plex.pm: fixed missing space in attr list
git-svn-id: https://svn.fhem.de/fhem/trunk@12086 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
55f8d2048f
commit
238ec3144f
@ -47,7 +47,7 @@ plex_Initialize($)
|
|||||||
$hash->{AttrList} = "disable:1,0"
|
$hash->{AttrList} = "disable:1,0"
|
||||||
. " httpPort ignoredClients ignoredServers"
|
. " httpPort ignoredClients ignoredServers"
|
||||||
. " removeUnusedReadings:1,0 responder:1,0"
|
. " removeUnusedReadings:1,0 responder:1,0"
|
||||||
. " user password"
|
. " user password "
|
||||||
. $readingFnAttributes;
|
. $readingFnAttributes;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user