2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-08 13:24:56 +00:00

reopen/initfull should return (bug found by Andreas)

git-svn-id: https://svn.fhem.de/fhem/trunk@522 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2009-12-23 10:00:42 +00:00
parent 25747ccd51
commit 3b14bf8ad1

View File

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