2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-01 19:30:31 +00:00

CUL_MAX: initialize sendQueue

git-svn-id: https://svn.fhem.de/fhem/trunk@4109 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
mgehre 2013-10-25 10:46:57 +00:00
parent 0c8e561af7
commit b585c9dfcb

View File

@ -40,6 +40,8 @@ CUL_MAX_Initialize($)
$hash->{AttrList} = "IODev do_not_notify:1,0 ignore:0,1 " . $hash->{AttrList} = "IODev do_not_notify:1,0 ignore:0,1 " .
"showtime:1,0 loglevel:0,1,2,3,4,5,6 ". "showtime:1,0 loglevel:0,1,2,3,4,5,6 ".
$readingFnAttributes; $readingFnAttributes;
$hash->{sendQueue} = [];
} }
############################# #############################