77_SMAEM.pm: contrib 3.5.0
git-svn-id: https://svn.fhem.de/fhem/trunk@20733 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -316,7 +316,7 @@ sub SMAEM_Read ($) {
|
||||
if($1) {
|
||||
my $fw = $1;
|
||||
$fw =~ /(.{2})(.{2})(.{2})/;
|
||||
$hash->{FIRMWARE} = $fw;
|
||||
$hash->{FIRMWARE} = hex($1).".".hex($2).".".hex($3);
|
||||
}
|
||||
|
||||
$hash->{MODEL} = $model;
|
||||
|
||||
Reference in New Issue
Block a user