2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-07 16:59:18 +00:00

RESIDENTStk wakeuptimer: do not create new dummy during bootup; forum #283933

git-svn-id: https://svn.fhem.de/fhem/trunk@8407 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
jpawlowski 2015-04-09 09:04:14 +00:00
parent 4005d1953e
commit f6f6be57f6

View File

@ -1114,7 +1114,7 @@ sub RESIDENTStk_AttrFnDummy(@) {
my ( $cmd, $name, $aName, $aVal ) = @_;
# set attribute
if ( $cmd eq "set" ) {
if ( $init_done && $cmd eq "set" ) {
# wakeupResetSwitcher
if ( $aName eq "wakeupResetSwitcher" ) {