mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 03:06:37 +00:00
98_dummy.pm: fix the ttribute list (Forum #99668)
git-svn-id: https://svn.fhem.de/fhem/trunk@19197 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
0b1249db12
commit
78b2c1381c
@ -21,10 +21,9 @@ dummy_Initialize($)
|
||||
setExtensionsEvent:1,0
|
||||
setList
|
||||
useSetExtensions
|
||||
$readingFnAttributes;
|
||||
);
|
||||
use warnings 'qw';
|
||||
$hash->{AttrList} = join(" ", @attrList);
|
||||
$hash->{AttrList} = join(" ", @attrList)." $readingFnAttributes";
|
||||
}
|
||||
|
||||
###################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user