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:
justme1968
2016-07-25 07:12:33 +00:00
parent e721dfd159
commit 8e3dc55650

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;
}
#####################################