Typo removed
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@846 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -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/^(....)(..)(....)(....)(..)(..)(..)/) {
|
if($cmd eq "8670" && $p =~ m/^(....)(..)(....)(....)(..)(..)(..)/) {
|
||||||
|
|
||||||
my ( $t, $h, $r, $w, $wd, $s, $b ) =
|
my ( $t, $h, $r, $w, $wd, $s, $b ) =
|
||||||
(hex($1), hex($2), hex($3), hex($4), hex($5), hex($6), hex($7));
|
(hex($1), hex($2), hex($3), hex($4), hex($5), hex($6), hex($7));
|
||||||
my $tsgn = ($t & 0x4000); # not tested
|
my $tsgn = ($t & 0x4000); # not tested
|
||||||
|
|||||||
Reference in New Issue
Block a user