mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 23:06:37 +00:00
CUL: speed100 bugfix from Martin
git-svn-id: https://svn.fhem.de/fhem/trunk@5454 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
7a0d399f31
commit
f394be5621
@ -617,7 +617,6 @@ CUL_WriteTranslate($$$)
|
||||
$msg = substr($msg,6,4) . substr($msg,10);
|
||||
|
||||
} elsif($fn eq "cmd") { # internal command
|
||||
$msg = "";
|
||||
if($msg eq "speed100") {
|
||||
$fn = "AR";
|
||||
} elsif($msg eq "speed10") {
|
||||
@ -625,6 +624,7 @@ CUL_WriteTranslate($$$)
|
||||
} else { # by default rewrite init
|
||||
$fn = $hash->{initString};
|
||||
}
|
||||
$msg = "";
|
||||
|
||||
} else {
|
||||
Log3 $hash, 2, "CUL cannot translate $fn $msg";
|
||||
|
Loading…
x
Reference in New Issue
Block a user