77_SMAEM: contrib 3.5.0
git-svn-id: https://svn.fhem.de/fhem/trunk@20736 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -398,8 +398,8 @@ sub SMAEM_DoParse ($) {
|
|||||||
# Entscheidung ob EM/HM2.0 mit Firmware >= 2.03.4.R
|
# Entscheidung ob EM/HM2.0 mit Firmware >= 2.03.4.R
|
||||||
my $offset = 0;
|
my $offset = 0;
|
||||||
my $grid_freq;
|
my $grid_freq;
|
||||||
$hex =~ /.*000d04.{10}(000e04)(.*)(001504).*/;
|
$hex =~ /.*000d0400.{8}(000e0400)(.*)(00150400).*/;
|
||||||
if($1 && $1 eq "000e04") {
|
if($1 && $1 eq "000e0400") {
|
||||||
$grid_freq = hex($2)/1000;
|
$grid_freq = hex($2)/1000;
|
||||||
$offset = 16;
|
$offset = 16;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user