2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-13 11:16:36 +00:00

*** empty log message ***

git-svn-id: https://svn.fhem.de/fhem/trunk@311 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
borisneubert 2008-12-31 17:19:34 +00:00
parent ec7e2c105e
commit 59f0955434
2 changed files with 2 additions and 0 deletions

View File

@ -471,3 +471,4 @@
- feature: getstate command from Martin (25.12) - feature: getstate command from Martin (25.12)
- bugfix: at drifts for relative timespecs - bugfix: at drifts for relative timespecs
- bugfix: Add IODev to CUL/EM/CUL_WS/HMS/KS300 - bugfix: Add IODev to CUL/EM/CUL_WS/HMS/KS300
- bugfix: support for second correction factor for EMWZ in 15_CUL_EM added

View File

@ -39,6 +39,7 @@ CUL_EM_Define($$)
if($a[2] >= 1 && $a[2] <= 4) { # EMWZ: nRotation in 5 minutes if($a[2] >= 1 && $a[2] <= 4) { # EMWZ: nRotation in 5 minutes
my $c = (int(@a) > 3 ? $a[3] : 150); my $c = (int(@a) > 3 ? $a[3] : 150);
$hash->{corr1} = (12/$c); $hash->{corr1} = (12/$c);
$c = (int(@a) > 4 ? $a[4] : 150);
$hash->{corr2} = (12/$c); $hash->{corr2} = (12/$c);
} elsif($a[2] >= 5 && $a[2] <= 8) { # EMEM } elsif($a[2] >= 5 && $a[2] <= 8) { # EMEM