mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-19 06:36:04 +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:
parent
25747ccd51
commit
3b14bf8ad1
@ -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") {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user