2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-06 06:08:44 +00:00

10_ZWave.pm: exec init commands for createNode (Forum #51520)

git-svn-id: https://svn.fhem.de/fhem/trunk@11156 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2016-03-30 09:46:54 +00:00
parent 203a14f39d
commit 4b643e4090

View File

@ -3767,6 +3767,11 @@ ZWave_Parse($$@)
readingsSingleUpdate($hash, "CMD", $cmd, 1); # forum:20884
return $hash->{NAME};
}
} else {
InternalTimer(1, sub(){ # execInits for createNode
$hash = $modules{ZWave}{defptr}{"$homeId $id"};
ZWave_execInits($hash, 0) if($hash);
}, 0);
}
return $ret;