Bugfix: set state after restart
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@2575 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -80,7 +80,6 @@ structure_Define($$)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
$hash->{CONTENT} = \%list;
|
$hash->{CONTENT} = \%list;
|
||||||
$hash->{STATE} = "defined";
|
|
||||||
|
|
||||||
@a = ( "set", $devname, $stype, $devname );
|
@a = ( "set", $devname, $stype, $devname );
|
||||||
structure_Attr(@a);
|
structure_Attr(@a);
|
||||||
|
|||||||
Reference in New Issue
Block a user