2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-21 07:56:03 +00:00

minor bug

git-svn-id: https://svn.fhem.de/fhem/trunk@5795 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876 2014-05-09 13:40:20 +00:00
parent 92d546b306
commit 8a2f282f6b

View File

@ -125,6 +125,7 @@ sub HMLAN_Define($$) {#########################################################
$hash->{assignedIDs} = "";
HMLAN_condUpdate($hash,253);#set disconnected
$hash->{STATE} = "disconnected";
$hash->{owner} = "";
my $ret = DevIo_OpenDev($hash, 0, "HMLAN_DoInit");
return $ret;