*** empty log message ***

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@311 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
neubert
2008-12-31 17:19:34 +00:00
parent 336e77dc44
commit 578effa978
2 changed files with 2 additions and 0 deletions

View File

@@ -471,3 +471,4 @@
- feature: getstate command from Martin (25.12)
- bugfix: at drifts for relative timespecs
- 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
my $c = (int(@a) > 3 ? $a[3] : 150);
$hash->{corr1} = (12/$c);
$c = (int(@a) > 4 ? $a[4] : 150);
$hash->{corr2} = (12/$c);
} elsif($a[2] >= 5 && $a[2] <= 8) { # EMEM