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:
@@ -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") {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user