reopen/initfull should return (bug found by Andreas)

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@522 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2009-12-23 10:00:42 +00:00
parent 77c2d717f6
commit 4e47072d16

View File

@@ -154,10 +154,12 @@ FHZ_Set($@)
push(@init, "set $name time"); push(@init, "set $name time");
push(@init, "set $name raw 04 01010100010000"); push(@init, "set $name raw 04 01010100010000");
CommandChain(3, \@init); CommandChain(3, \@init);
return undef;
} elsif($a[1] eq "reopen") { } elsif($a[1] eq "reopen") {
FHZ_Reopen($hash); FHZ_Reopen($hash);
return undef;
} elsif($a[1] eq "raw") { } elsif($a[1] eq "raw") {