2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +00:00

37_plex.pm: added readingFnAttributes

git-svn-id: https://svn.fhem.de/fhem/trunk@11848 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2016-07-25 07:12:33 +00:00
parent 70778a28a6
commit 09a672e61f

View File

@ -44,7 +44,11 @@ plex_Initialize($)
$hash->{SetFn} = "plex_Set";
$hash->{GetFn} = "plex_Get";
$hash->{AttrFn} = "plex_Attr";
$hash->{AttrList} = "disable:1,0 httpPort ignoredClients ignoredServers removeUnusedReadings:1,0 responder:1,0 user password";
$hash->{AttrList} = "disable:1,0"
. " httpPort ignoredClients ignoredServers"
. " removeUnusedReadings:1,0 responder:1,0"
. " user password"
. $readingFnAttributes;
}
#####################################