2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-16 23:06:05 +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:
justme-1968 2016-08-28 17:25:47 +00:00
parent 55f8d2048f
commit 238ec3144f

View File

@ -47,7 +47,7 @@ plex_Initialize($)
$hash->{AttrList} = "disable:1,0"
. " httpPort ignoredClients ignoredServers"
. " removeUnusedReadings:1,0 responder:1,0"
. " user password"
. " user password "
. $readingFnAttributes;
}