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:
parent
70778a28a6
commit
09a672e61f
@ -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;
|
||||
}
|
||||
|
||||
#####################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user