minor bug

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@5795 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876
2014-05-09 13:40:20 +00:00
parent 2f4394fef9
commit ba34fa5c84

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;