mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-16 10:46:03 +00:00
Typo removed
git-svn-id: https://svn.fhem.de/fhem/trunk@846 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
29e9e7cd86
commit
bc26fbc0b6
@ -335,10 +335,11 @@ CUL_HM_Parse($$)
|
||||
}
|
||||
|
||||
|
||||
} elsif($model eq "KS550" || $model eq "HM-WDS100-C6-O") {, # Identical to KS550?
|
||||
} elsif($model eq "KS550" || $model eq "HM-WDS100-C6-O") { # Identical to KS550?
|
||||
|
||||
|
||||
if($cmd eq "8670" && $p =~ m/^(....)(..)(....)(....)(..)(..)(..)/) {
|
||||
|
||||
my ( $t, $h, $r, $w, $wd, $s, $b ) =
|
||||
(hex($1), hex($2), hex($3), hex($4), hex($5), hex($6), hex($7));
|
||||
my $tsgn = ($t & 0x4000); # not tested
|
||||
|
Loading…
x
Reference in New Issue
Block a user