mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-16 23:06:05 +00:00
00_ZWDongle.pm: fix false "homeid not set" error during ZWDongle open (Forum #37121)
git-svn-id: https://svn.fhem.de/fhem/trunk@8649 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
3910ee72fa
commit
3eb8d90c9f
@ -453,6 +453,7 @@ ZWDongle_DoInit($)
|
||||
my $name = $hash->{NAME};
|
||||
$serInit = 1;
|
||||
|
||||
$hash->{homeId} = "initial"; # Get-Answers may land in ZWave.pm
|
||||
DevIo_SetHwHandshake($hash) if($hash->{FD});
|
||||
ZWDongle_Clear($hash);
|
||||
ZWDongle_Get($hash, $name, "caps"); $serInit = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user