2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +00:00

Bugfix: set state after restart

git-svn-id: https://svn.fhem.de/fhem/trunk@2575 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2013-01-27 08:41:05 +00:00
parent 4366a677b2
commit 189aa8600b

View File

@ -80,7 +80,6 @@ structure_Define($$)
}
}
$hash->{CONTENT} = \%list;
$hash->{STATE} = "defined";
@a = ( "set", $devname, $stype, $devname );
structure_Attr(@a);